Skip to content

Commit

Permalink
fix: update zlib to 1.2.13 for build docker to work
Browse files Browse the repository at this point in the history
  • Loading branch information
dainiusjocas committed Jan 25, 2023
1 parent ab92598 commit 2267c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.executable-builder
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN gu install native-image \

ENV MUSL_DIR=${HOME}/.musl
ENV MUSL_VERSION=1.2.2
ENV ZLIB_VERSION=1.2.11
ENV ZLIB_VERSION=1.2.13

RUN mkdir $MUSL_DIR \
&& curl https://musl.libc.org/releases/musl-${MUSL_VERSION}.tar.gz -o musl-${MUSL_VERSION}.tar.gz \
Expand Down

0 comments on commit 2267c41

Please sign in to comment.