Skip to content

Commit 86f677e

Browse files
committed
Bump curl and sqlite
Signed-off-by: clux <[email protected]>
1 parent 2e68edf commit 86f677e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ RUN chmod a+X /root
5353
# Convenience list of versions and variables for compilation later on
5454
# This helps continuing manually if anything breaks.
5555
ENV SSL_VER="1.1.1q" \
56-
CURL_VER="8.2.1" \
56+
CURL_VER="8.4.0" \
5757
ZLIB_VER="1.3" \
5858
PQ_VER="11.12" \
59-
SQLITE_VER="3420000" \
59+
SQLITE_VER="3430100" \
6060
CC=musl-gcc \
6161
PREFIX=/musl \
6262
PATH=/usr/local/bin:/root/.cargo/bin:$PATH \

0 commit comments

Comments
 (0)