File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y \
3737
3838# Install rust using rustup
3939ARG CHANNEL
40- ENV RUSTUP_VER="1.25.1 " \
40+ ENV RUSTUP_VER="1.26.0 " \
4141 RUST_ARCH="x86_64-unknown-linux-gnu" \
4242 CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
4343
@@ -52,11 +52,11 @@ RUN chmod a+X /root
5252
5353# Convenience list of versions and variables for compilation later on
5454# This helps continuing manually if anything breaks.
55- ENV SSL_VER="1 .1.1q " \
56- CURL_VER="7.85.0 " \
57- ZLIB_VER="1.2.13 " \
55+ ENV SSL_VER="3 .1.2 " \
56+ CURL_VER="8.2.1 " \
57+ ZLIB_VER="1.3 " \
5858 PQ_VER="11.12" \
59- SQLITE_VER="3390400 " \
59+ SQLITE_VER="3420000 " \
6060 CC=musl-gcc \
6161 PREFIX=/musl \
6262 PATH=/usr/local/bin:/root/.cargo/bin:$PATH \
You can’t perform that action at this time.
0 commit comments