File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN apt-get update && apt-get install -y \
3434
3535# Install rust using rustup
3636ARG CHANNEL
37- ENV RUSTUP_VER="1.24.3 " \
37+ ENV RUSTUP_VER="1.25.1 " \
3838 RUST_ARCH="x86_64-unknown-linux-gnu"
3939RUN curl "https://static.rust-lang.org/rustup/archive/${RUSTUP_VER}/${RUST_ARCH}/rustup-init" -o rustup-init && \
4040 chmod +x rustup-init && \
@@ -47,11 +47,11 @@ RUN chmod a+X /root
4747
4848# Convenience list of versions and variables for compilation later on
4949# This helps continuing manually if anything breaks.
50- ENV SSL_VER="1.1.1o " \
51- CURL_VER="7.83.1 " \
50+ ENV SSL_VER="1.1.1q " \
51+ CURL_VER="7.84.0 " \
5252 ZLIB_VER="1.2.12" \
5353 PQ_VER="11.12" \
54- SQLITE_VER="3380500 " \
54+ SQLITE_VER="3390200 " \
5555 CC=musl-gcc \
5656 PREFIX=/musl \
5757 PATH=/usr/local/bin:/root/.cargo/bin:$PATH \
You can’t perform that action at this time.
0 commit comments