Skip to content

Commit

Permalink
Update alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 28, 2023
1 parent ceeca4b commit e7f8ab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache \
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.74.1
RUST_VERSION=1.75.0

RUN set -eux; \
apkArch="$(apk --print-arch)"; \
Expand Down

0 comments on commit e7f8ab5

Please sign in to comment.