Skip to content

Commit 941d7f4

Browse files
committed
Try fixing build by bumping versions
Signed-off-by: clux <sszynrae@gmail.com>
1 parent 06dc8cc commit 941d7f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
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.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 \

0 commit comments

Comments
 (0)