We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1845f81 commit 1f74a8aCopy full SHA for 1f74a8a
Dockerfile
@@ -1,5 +1,5 @@
1
# Use Rust slim image
2
-FROM rust:1.86-slim
+FROM rust:1.88-slim
3
4
# Install all dependencies (build + runtime + gcloud CLI)
5
RUN apt-get update && apt-get install -y \
rust-toolchain.toml
@@ -1,4 +1,4 @@
[toolchain]
-channel = "1.86.0"
+channel = "1.88.0"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]
0 commit comments