Skip to content

Commit

Permalink
bumpdeps
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed May 22, 2024
1 parent 4e79ba5 commit ec47470
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN apt-get update && apt-get install -y \

# Install rust using rustup
ARG CHANNEL
ENV RUSTUP_VER="1.26.0" \
ENV RUSTUP_VER="1.27.1" \
RUST_ARCH="aarch64-unknown-linux-gnu" \
CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse

Expand All @@ -54,11 +54,11 @@ RUN chmod a+X /root
# Convenience list of versions and variables for compilation later on
# This helps continuing manually if anything breaks.
ENV SSL_VER="1.1.1w" \
CURL_VER="8.6.0" \
CURL_VER="8.7.1" \
ZLIB_VER="1.3.1" \
PQ_VER="11.12" \
SQLITE_VER="3450100" \
PROTOBUF_VER="25.2" \
SQLITE_VER="3450300" \
PROTOBUF_VER="25.3" \
SCCACHE_VER="0.8.0" \
CC=musl-gcc \
PREFIX=/musl \
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y \

# Install rust using rustup
ARG CHANNEL
ENV RUSTUP_VER="1.26.0" \
ENV RUSTUP_VER="1.27.1" \
RUST_ARCH="x86_64-unknown-linux-gnu" \
CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse

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

0 comments on commit ec47470

Please sign in to comment.