File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM --platform=linux/amd64 rust:1.81 .0-alpine
1
+ FROM --platform=linux/amd64 rust:1.82 .0-alpine
2
2
3
3
RUN apk add --no-cache ca-certificates build-base
4
4
Original file line number Diff line number Diff line change 1
- FROM --platform=linux/amd64 rust:1.81 .0-bookworm
1
+ FROM --platform=linux/amd64 rust:1.82 .0-bookworm
2
2
3
3
# Install build dependencies
4
4
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
13
13
14
14
RUN wget --no-verbose "https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init" \
15
15
&& 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 \
17
17
&& rm rustup-init \
18
18
&& chmod -R a+w $RUSTUP_HOME $CARGO_HOME \
19
19
&& rustup --version \
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ See those DockerHub repos for all available versions of the builder images.
23
23
24
24
** Unreleased**
25
25
26
+ - Update Rust to 1.82.0.
27
+
26
28
** Version 0101:**
27
29
28
30
- Update Rust to 1.81.0.
You can’t perform that action at this time.
0 commit comments