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 a38a32b commit d5a4d26Copy full SHA for d5a4d26
backend.Dockerfile
@@ -1,5 +1,5 @@
1
# renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
2
-ARG RUST_VERSION=1.77.0@sha256:00e330d2e2cdada2b75e9517c8359df208b3c880c5e34cb802c120083d50af35
+ARG RUST_VERSION=1.77.1
3
4
FROM rust:$RUST_VERSION
5
rust-toolchain.toml
@@ -1,2 +1,2 @@
[toolchain]
-channel = "1.77.0"
+channel = "1.77.1"
0 commit comments