From 8fadfb1f154827af97f4ab38f596f991ef44e6a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 07:50:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Updated=20depdencies=202024-09-1?= =?UTF-8?q?8=20(#336)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Commiter Bot --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 75d449c..3cf444e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,8 +42,8 @@ RUN \ go version # install goreleaser -ARG GORELEASER_VERSION=v2.3.1 -ARG GORELEASER_SHA=a257e84538836bc82dfe142c8c081dd5f2ad13b94f5887c71a0b464e4c5ff726 +ARG GORELEASER_VERSION=v2.3.2 +ARG GORELEASER_SHA=cc0720052c44d4dd7d2483f5b769a92dcf5805ff6feaba68dc6be9e9450aa39a # 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 && \