Skip to content

Commit

Permalink
Bump zlib version to 1.2.13
Browse files Browse the repository at this point in the history
1.2.12 is no longer available to download (at least from official page)
  • Loading branch information
Arkadiusz Wadowski authored and kwesolowski committed Mar 8, 2023
1 parent 7ef6a23 commit 9bcb957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN set -x -e; \
apt-get -y install --no-install-recommends mingw-w64; \
# Download packages
wget -q https://boostorg.jfrog.io/artifactory/main/release/1.74.0/source/boost_1_74_0.tar.gz -P ${SOURCES_DIR}; \
wget -q https://zlib.net/zlib-1.2.12.tar.gz -P ${SOURCES_DIR} ; \
wget -q https://zlib.net/zlib-1.2.13.tar.gz -P ${SOURCES_DIR} ; \
wget -q https://www.openssl.org/source/openssl-1.1.1h.tar.gz -P ${SOURCES_DIR} ; \
# Extract packages
for f in ${SOURCES_DIR}/*.tar.gz; do tar xf "$f" -C ${SOURCES_DIR}; done; \
Expand Down

0 comments on commit 9bcb957

Please sign in to comment.