File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM rust:1.73 .0-alpine
1
+ FROM rust:1.75 .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 @@ -26,7 +26,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
26
26
27
27
RUN wget "https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init" \
28
28
&& chmod +x rustup-init \
29
- && ./rustup-init -y --no-modify-path --profile minimal --default-toolchain 1.73 .0 \
29
+ && ./rustup-init -y --no-modify-path --profile minimal --default-toolchain 1.75 .0 \
30
30
&& rm rustup-init \
31
31
&& chmod -R a+w $RUSTUP_HOME $CARGO_HOME \
32
32
&& rustup --version \
Original file line number Diff line number Diff line change 1
- FROM rust:1.73 .0-bullseye
1
+ FROM rust:1.75 .0-bullseye
2
2
3
3
# Install build dependencies
4
4
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ versions of the builder images.
24
24
- Remove Go dev environment from ` cosmwasm/go-ext-builder:XXXX-alpine `
25
25
- Write x86_64 muslc output in ` libwasmvm_muslc.x86_64.a ` instead of
26
26
` libwasmvm_muslc.a `
27
+ - Update Rust to 1.75.0.
27
28
28
29
** Version 0017:**
29
30
Original file line number Diff line number Diff line change @@ -63,6 +63,6 @@ We currently use the following version:
63
63
64
64
| Type | Rust version | Note |
65
65
| ------------------------ | ------------ | --------------------------------- |
66
- | Production Rust compiler | 1.73 .0 | Builders version 0017 |
66
+ | Production Rust compiler | 1.75 .0 | Builders version 0018 |
67
67
| Min Rust compiler | 1.70.0 | Supports builder versions >= 0017 |
68
68
| Tooling Rust compiler | 1.70.0 | |
You can’t perform that action at this time.
0 commit comments