Skip to content

Commit c2040a0

Browse files
committed
bump zlib/sqlite/curl
Signed-off-by: clux <sszynrae@gmail.com>
1 parent 88a8a9d commit c2040a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ RUN chmod a+X /root
4949
# Convenience list of versions and variables for compilation later on
5050
# This helps continuing manually if anything breaks.
5151
ENV SSL_VER="1.1.1q" \
52-
CURL_VER="7.84.0" \
53-
ZLIB_VER="1.2.12" \
52+
CURL_VER="7.85.0" \
53+
ZLIB_VER="1.2.13" \
5454
PQ_VER="11.12" \
55-
SQLITE_VER="3390200" \
55+
SQLITE_VER="3390400" \
5656
CC=musl-gcc \
5757
PREFIX=/musl \
5858
PATH=/usr/local/bin:/root/.cargo/bin:$PATH \

0 commit comments

Comments
 (0)