Skip to content

Commit

Permalink
Update builder rust version to 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Oct 24, 2024
1 parent 7e81281 commit 484d39b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builders/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rust:1.81.0-alpine
FROM --platform=linux/amd64 rust:1.82.0-alpine

RUN apk add --no-cache ca-certificates build-base

Expand Down
2 changes: 1 addition & 1 deletion builders/Dockerfile.cross
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rust:1.81.0-bookworm
FROM --platform=linux/amd64 rust:1.82.0-bookworm

# Install build dependencies
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion builders/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \

RUN wget --no-verbose "https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init" \
&& chmod +x rustup-init \
&& ./rustup-init -y --no-modify-path --profile minimal --default-toolchain 1.81.0 \
&& ./rustup-init -y --no-modify-path --profile minimal --default-toolchain 1.82.0 \
&& rm rustup-init \
&& chmod -R a+w $RUSTUP_HOME $CARGO_HOME \
&& rustup --version \
Expand Down
2 changes: 2 additions & 0 deletions builders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ See those DockerHub repos for all available versions of the builder images.

**Unreleased**

- Update Rust to 1.82.0.

**Version 0101:**

- Update Rust to 1.81.0.
Expand Down

0 comments on commit 484d39b

Please sign in to comment.