Skip to content

Commit b9e24b2

Browse files
committed
bump deps
Signed-off-by: clux <sszynrae@gmail.com>
1 parent 050690d commit b9e24b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN apt-get update && apt-get install -y \
3434

3535
# Install rust using rustup
3636
ARG CHANNEL
37-
ENV RUSTUP_VER="1.24.3" \
37+
ENV RUSTUP_VER="1.25.1" \
3838
RUST_ARCH="x86_64-unknown-linux-gnu"
3939
RUN 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 \

0 commit comments

Comments
 (0)