Skip to content

Commit

Permalink
probably fix zlib version
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Jan 26, 2024
1 parent 3f03d90 commit dfbe95e
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 @@ -54,7 +54,7 @@ RUN chmod a+X /root
# This helps continuing manually if anything breaks.
ENV SSL_VER="1.1.1q" \
CURL_VER="8.4.0" \
ZLIB_VER="1.3" \
ZLIB_VER="1.3.1" \
PQ_VER="11.12" \
SQLITE_VER="3430100" \
CC=musl-gcc \
Expand Down

0 comments on commit dfbe95e

Please sign in to comment.