Skip to content

Commit e1a2030

Browse files
committed
Switch to HTTPS URL
1 parent 805cd72 commit e1a2030

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ENV ZLIB_BUILD_DIR=${BUILD_DIR}/xml2
8888
RUN set -xe; \
8989
mkdir -p ${ZLIB_BUILD_DIR}; \
9090
# Download and upack the source code
91-
curl -Ls http://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
91+
curl -Ls https://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
9292
| tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
9393

9494
# Move into the unpackaged code directory

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ENV ZLIB_BUILD_DIR=${BUILD_DIR}/xml2
8888
RUN set -xe; \
8989
mkdir -p ${ZLIB_BUILD_DIR}; \
9090
# Download and upack the source code
91-
curl -Ls http://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
91+
curl -Ls https://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
9292
| tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
9393

9494
# Move into the unpackaged code directory

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ENV ZLIB_BUILD_DIR=${BUILD_DIR}/xml2
8888
RUN set -xe; \
8989
mkdir -p ${ZLIB_BUILD_DIR}; \
9090
# Download and upack the source code
91-
curl -Ls http://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
91+
curl -Ls https://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
9292
| tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
9393

9494
# Move into the unpackaged code directory

0 commit comments

Comments
 (0)