From 1facb64a965f87836cc515fd625e9a3fcd7971b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 07:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Updated=20depdencies=202024-09-1?= =?UTF-8?q?3=20(#334)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Commiter Bot --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5416984..177d611 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,8 +42,8 @@ RUN \ go version # install goreleaser -ARG GORELEASER_VERSION=v2.2.0 -ARG GORELEASER_SHA=1bf8909fa556599f29045b0b015ee75f6aec789e92f17343cb136e45499da98a +ARG GORELEASER_VERSION=v2.3.0 +ARG GORELEASER_SHA=247ab7ea88c66d12a7ae43d4aecdd566614e3724a66c8d7e1ae311103ce5a588 # RUN \ # wget https://github.com/goreleaser/goreleaser/releases/download/$GORELEASER_VERSION/checksums.txt.pem && \ # cosign verify-blob --certificate checksums.txt.pem --signature https://github.com/goreleaser/goreleaser/releases/download/$GORELEASER_VERSION/checksums.txt.sig https://github.com/goreleaser/goreleaser/releases/download/$GORELEASER_VERSION/checksums.txt && \ @@ -95,8 +95,8 @@ RUN \ docker -v # install Buildx -ARG BUILDX_VERSION=v0.17.0 -ARG BUILDX_SHA=6c65b3a80fd65312ed4949b76d10077c304ea013e78251a91cb0990562ee82a6 +ARG BUILDX_VERSION=v0.17.1 +ARG BUILDX_SHA=aa7a9778349e1a8ace685e4c51a1d33e7a9b0aa6925d1c625b09cb3800eba696 RUN \ BUILDX_DOWNLOAD_FILE=buildx-${BUILDX_VERSION}.linux-amd64 && \ wget https://github.com/docker/buildx/releases/download/${BUILDX_VERSION}/buildx-${BUILDX_VERSION}.linux-amd64 && \