Skip to content

Commit ec47470

Browse files
committed
bumpdeps
Signed-off-by: clux <[email protected]>
1 parent 4e79ba5 commit ec47470

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Dockerfile.arm64

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN apt-get update && apt-get install -y \
3838

3939
# Install rust using rustup
4040
ARG CHANNEL
41-
ENV RUSTUP_VER="1.26.0" \
41+
ENV RUSTUP_VER="1.27.1" \
4242
RUST_ARCH="aarch64-unknown-linux-gnu" \
4343
CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
4444

@@ -54,11 +54,11 @@ RUN chmod a+X /root
5454
# Convenience list of versions and variables for compilation later on
5555
# This helps continuing manually if anything breaks.
5656
ENV SSL_VER="1.1.1w" \
57-
CURL_VER="8.6.0" \
57+
CURL_VER="8.7.1" \
5858
ZLIB_VER="1.3.1" \
5959
PQ_VER="11.12" \
60-
SQLITE_VER="3450100" \
61-
PROTOBUF_VER="25.2" \
60+
SQLITE_VER="3450300" \
61+
PROTOBUF_VER="25.3" \
6262
SCCACHE_VER="0.8.0" \
6363
CC=musl-gcc \
6464
PREFIX=/musl \

Dockerfile.x86_64

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y \
3737

3838
# Install rust using rustup
3939
ARG CHANNEL
40-
ENV RUSTUP_VER="1.26.0" \
40+
ENV RUSTUP_VER="1.27.1" \
4141
RUST_ARCH="x86_64-unknown-linux-gnu" \
4242
CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
4343

@@ -53,11 +53,11 @@ RUN chmod a+X /root
5353
# Convenience list of versions and variables for compilation later on
5454
# This helps continuing manually if anything breaks.
5555
ENV SSL_VER="1.1.1w" \
56-
CURL_VER="8.6.0" \
56+
CURL_VER="8.7.1" \
5757
ZLIB_VER="1.3.1" \
5858
PQ_VER="11.12" \
59-
SQLITE_VER="3450100" \
60-
PROTOBUF_VER="25.2" \
59+
SQLITE_VER="3450300" \
60+
PROTOBUF_VER="25.3" \
6161
SCCACHE_VER="0.8.0" \
6262
CC=musl-gcc \
6363
PREFIX=/musl \

0 commit comments

Comments
 (0)