Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.84.1 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent ba074eb commit 65582b6
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 65582b6

Please sign in to comment.