Skip to content

Commit 484d39b

Browse files
committed
Update builder rust version to 1.82
1 parent 7e81281 commit 484d39b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

builders/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rust:1.81.0-alpine
1+
FROM --platform=linux/amd64 rust:1.82.0-alpine
22

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

builders/Dockerfile.cross

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rust:1.81.0-bookworm
1+
FROM --platform=linux/amd64 rust:1.82.0-bookworm
22

33
# Install build dependencies
44
RUN apt-get update \

builders/Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
1313

1414
RUN wget --no-verbose "https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init" \
1515
&& chmod +x rustup-init \
16-
&& ./rustup-init -y --no-modify-path --profile minimal --default-toolchain 1.81.0 \
16+
&& ./rustup-init -y --no-modify-path --profile minimal --default-toolchain 1.82.0 \
1717
&& rm rustup-init \
1818
&& chmod -R a+w $RUSTUP_HOME $CARGO_HOME \
1919
&& rustup --version \

builders/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ See those DockerHub repos for all available versions of the builder images.
2323

2424
**Unreleased**
2525

26+
- Update Rust to 1.82.0.
27+
2628
**Version 0101:**
2729

2830
- Update Rust to 1.81.0.

0 commit comments

Comments
 (0)