File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM --platform=linux/amd64 rust:1.77 .0-alpine
1
+ FROM --platform=linux/amd64 rust:1.80 .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.77 .0-bullseye
1
+ FROM --platform=linux/amd64 rust:1.80 .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.77 .0 \
16
+ && ./rustup-init -y --no-modify-path --profile minimal --default-toolchain 1.80 .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,11 @@ See those DockerHub repos for all available versions of the builder images.
23
23
24
24
** Unreleased**
25
25
26
+ - Update Rust to 1.80.0.
27
+ - Update Dockerfile.cross from Debian Bullseye to Bookworm ([ #533 ] )
28
+
29
+ [ #533 ] : https://github.com/CosmWasm/wasmvm/issues/533
30
+
26
31
** Version 0100:**
27
32
28
33
- Rename builder image from cosmwasm/go-ext-builder to
You can’t perform that action at this time.
0 commit comments