You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mh...@apache.org on 2018/03/02 19:03:21 UTC

[incubator-openwhisk-apigateway] 01/01: Use sourceforge on HTTPS

This is an automated email from the ASF dual-hosted git repository.

mhamann pushed a commit to branch travis-fix
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-apigateway.git

commit c2b168f5a54ec48e0bdd71aa830492c4476a6e90
Author: Matt Hamann <ma...@gmail.com>
AuthorDate: Fri Mar 2 14:03:18 2018 -0500

    Use sourceforge on HTTPS
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 918bf3f..7b3cb87 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -64,7 +64,7 @@ RUN  echo " ... adding Openresty, NGINX, NAXSI and PCRE" \
 
      && cd /tmp/api-gateway/ \
      && curl -k -L https://github.com/nbs-system/naxsi/archive/${NAXSI_VERSION}.tar.gz -o /tmp/api-gateway/naxsi-${NAXSI_VERSION}.tar.gz \
-     && curl -k -L http://downloads.sourceforge.net/project/pcre/pcre/${PCRE_VERSION}/pcre-${PCRE_VERSION}.tar.gz -o /tmp/api-gateway/pcre-${PCRE_VERSION}.tar.gz \
+     && curl -k -L https://downloads.sourceforge.net/project/pcre/pcre/${PCRE_VERSION}/pcre-${PCRE_VERSION}.tar.gz -o /tmp/api-gateway/pcre-${PCRE_VERSION}.tar.gz \
      && curl -k -L https://openresty.org/download/openresty-${OPENRESTY_VERSION}.tar.gz -o /tmp/api-gateway/openresty-${OPENRESTY_VERSION}.tar.gz \
      && tar -zxf ./openresty-${OPENRESTY_VERSION}.tar.gz \
      && tar -zxf ./pcre-${PCRE_VERSION}.tar.gz \

-- 
To stop receiving notification emails like this one, please contact
mhamann@apache.org.