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 ba074eb commit 65582b6Copy full SHA for 65582b6
Dockerfile
@@ -7,7 +7,7 @@ FROM ghcr.io/goreleaser/$GORELEASER_DISTRIBUTION:$GORELEASER_VERSION AS goreleas
7
8
FROM ghcr.io/sigstore/cosign/cosign:v2.4.1 AS cosign-bin
9
10
-FROM rust:1.84.0-bookworm AS final
+FROM rust:1.84.1-bookworm AS final
11
12
# Install cargo-binstall
13
RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
0 commit comments