We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e68edf commit 86f677eCopy full SHA for 86f677e
Dockerfile
@@ -53,10 +53,10 @@ RUN chmod a+X /root
53
# Convenience list of versions and variables for compilation later on
54
# This helps continuing manually if anything breaks.
55
ENV SSL_VER="1.1.1q" \
56
- CURL_VER="8.2.1" \
+ CURL_VER="8.4.0" \
57
ZLIB_VER="1.3" \
58
PQ_VER="11.12" \
59
- SQLITE_VER="3420000" \
+ SQLITE_VER="3430100" \
60
CC=musl-gcc \
61
PREFIX=/musl \
62
PATH=/usr/local/bin:/root/.cargo/bin:$PATH \
0 commit comments