We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a8a9d commit c2040a0Copy full SHA for c2040a0
Dockerfile
@@ -49,10 +49,10 @@ RUN chmod a+X /root
49
# Convenience list of versions and variables for compilation later on
50
# This helps continuing manually if anything breaks.
51
ENV SSL_VER="1.1.1q" \
52
- CURL_VER="7.84.0" \
53
- ZLIB_VER="1.2.12" \
+ CURL_VER="7.85.0" \
+ ZLIB_VER="1.2.13" \
54
PQ_VER="11.12" \
55
- SQLITE_VER="3390200" \
+ SQLITE_VER="3390400" \
56
CC=musl-gcc \
57
PREFIX=/musl \
58
PATH=/usr/local/bin:/root/.cargo/bin:$PATH \
0 commit comments