We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1facb64 commit b65c15eCopy full SHA for b65c15e
‎Dockerfile
@@ -42,8 +42,8 @@ RUN \
42
go version
43
44
# install goreleaser
45
-ARG GORELEASER_VERSION=v2.3.0
46
-ARG GORELEASER_SHA=247ab7ea88c66d12a7ae43d4aecdd566614e3724a66c8d7e1ae311103ce5a588
+ARG GORELEASER_VERSION=v2.3.1
+ARG GORELEASER_SHA=a257e84538836bc82dfe142c8c081dd5f2ad13b94f5887c71a0b464e4c5ff726
47
# RUN \
48
# wget https://github.com/goreleaser/goreleaser/releases/download/$GORELEASER_VERSION/checksums.txt.pem && \
49
# 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 && \
0 commit comments