We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c848fd commit 5e475b9Copy full SHA for 5e475b9
images/spin/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=${BUILDPLATFORM} rust:1.79 AS build
+FROM --platform=${BUILDPLATFORM} rust:1.81 AS build
2
WORKDIR /opt/build
3
COPY . .
4
RUN rustup target add wasm32-wasi && cargo build --target wasm32-wasi --release
rust-toolchain.toml
@@ -1,5 +1,5 @@
[toolchain]
-channel = "1.79.0"
+channel = "1.81.0"
components = ["clippy", "rustfmt"]
targets = ["wasm32-wasi", "wasm32-unknown-unknown"]
5
profile = "default"
0 commit comments