Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.84.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent ba074eb commit a2a0572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ghcr.io/goreleaser/$GORELEASER_DISTRIBUTION:$GORELEASER_VERSION AS goreleas

FROM ghcr.io/sigstore/cosign/cosign:v2.4.1 AS cosign-bin

FROM rust:1.84.0-bookworm AS final
FROM rust:1.84.1-bookworm AS final

# Install cargo-binstall
RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
Expand Down

0 comments on commit a2a0572

Please sign in to comment.