From 9a61cd9efeaca711e1bc7069d90dafade0c70b4d Mon Sep 17 00:00:00 2001 From: Commiter Bot Date: Sat, 14 Sep 2024 16:29:10 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Updated=20depdencies=202024-09-1?= =?UTF-8?q?4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 177d611..75d449c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,8 +42,8 @@ RUN \ go version # install goreleaser -ARG GORELEASER_VERSION=v2.3.0 -ARG GORELEASER_SHA=247ab7ea88c66d12a7ae43d4aecdd566614e3724a66c8d7e1ae311103ce5a588 +ARG GORELEASER_VERSION=v2.3.1 +ARG GORELEASER_SHA=a257e84538836bc82dfe142c8c081dd5f2ad13b94f5887c71a0b464e4c5ff726 # 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 && \