diff --git a/Makefile b/Makefile index b0385b959..f86eb96af 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Builds the Rust library libwasmvm -BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0100 +BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0101 # Contains a full Go dev environment including CGO support in order to run Go tests on the built shared library # This image is currently not published. ALPINE_TESTER := cosmwasm/alpine-tester:local diff --git a/builders/Makefile b/builders/Makefile index 12313772f..ef8b75d6d 100644 --- a/builders/Makefile +++ b/builders/Makefile @@ -1,6 +1,6 @@ # Versioned by a simple counter that is not bound to a specific CosmWasm version # See builders/README.md -BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0100 +BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0101 .PHONY: docker-image-debian docker-image-debian: diff --git a/builders/README.md b/builders/README.md index f262d5a0c..6dd0a57d1 100644 --- a/builders/README.md +++ b/builders/README.md @@ -23,6 +23,8 @@ See those DockerHub repos for all available versions of the builder images. **Unreleased** +**Version 0101:** + - Update Rust to 1.81.0. - Update Dockerfile.cross from Debian Bullseye to Bookworm ([#533]) - Rename `.cargo/config` to `.cargo/config.toml` to silence warning diff --git a/docs/COMPILER_VERSIONS.md b/docs/COMPILER_VERSIONS.md index f0caba0c0..ddb695bf0 100644 --- a/docs/COMPILER_VERSIONS.md +++ b/docs/COMPILER_VERSIONS.md @@ -63,6 +63,6 @@ We currently use the following version: | Type | Rust version | Note | | ------------------------ | ------------ | --------------------------------- | -| Production Rust compiler | 1.77.0 | Builders version 0019 | +| Production Rust compiler | 1.81.0 | Builders version 0101 | | Min Rust compiler | 1.74.0 | Supports builder versions >= 0019 | | Tooling Rust compiler | 1.75.0 | |