Skip to content

Commit c43840a

Browse files
committed
Upgrade Rust version in builders to 1.80.0; use Bookworm
1 parent 621a87c commit c43840a

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-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.77.0-alpine
1+
FROM --platform=linux/amd64 rust:1.80.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.77.0-bullseye
1+
FROM --platform=linux/amd64 rust:1.80.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.77.0 \
16+
&& ./rustup-init -y --no-modify-path --profile minimal --default-toolchain 1.80.0 \
1717
&& rm rustup-init \
1818
&& chmod -R a+w $RUSTUP_HOME $CARGO_HOME \
1919
&& rustup --version \

builders/README.md

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

2424
**Unreleased**
2525

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+
2631
**Version 0100:**
2732

2833
- Rename builder image from cosmwasm/go-ext-builder to

0 commit comments

Comments
 (0)