From a2a05729a3f0772b723e71dd1e50baf918571f12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 01:09:19 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.84.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1588ed..fe28360 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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