Skip to content

Commit c92c868

Browse files
authored
Update Dockerfile (#17)
Updating ZLIB, since 1.2.12 is no longer hosted at that address, so local builds fail.
1 parent 5b2900a commit c92c868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ RUN set -eux \
111111

112112

113113
# zlib - http://zlib.net/
114-
ARG ZLIB_VERSION=1.2.12
114+
ARG ZLIB_VERSION=1.2.13
115115

116116
RUN set -eux \
117117
&& echo "Building zlib ${ZLIB_VERSION}..." \

0 commit comments

Comments
 (0)