File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
go version
43
43
44
44
# install goreleaser
45
- ARG GORELEASER_VERSION=v2.2 .0
46
- ARG GORELEASER_SHA=1bf8909fa556599f29045b0b015ee75f6aec789e92f17343cb136e45499da98a
45
+ ARG GORELEASER_VERSION=v2.3 .0
46
+ ARG GORELEASER_SHA=247ab7ea88c66d12a7ae43d4aecdd566614e3724a66c8d7e1ae311103ce5a588
47
47
# RUN \
48
48
# wget https://github.com/goreleaser/goreleaser/releases/download/$GORELEASER_VERSION/checksums.txt.pem && \
49
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 && \
95
95
docker -v
96
96
97
97
# install Buildx
98
- ARG BUILDX_VERSION=v0.17.0
99
- ARG BUILDX_SHA=6c65b3a80fd65312ed4949b76d10077c304ea013e78251a91cb0990562ee82a6
98
+ ARG BUILDX_VERSION=v0.17.1
99
+ ARG BUILDX_SHA=aa7a9778349e1a8ace685e4c51a1d33e7a9b0aa6925d1c625b09cb3800eba696
100
100
RUN \
101
101
BUILDX_DOWNLOAD_FILE=buildx-${BUILDX_VERSION}.linux-amd64 && \
102
102
wget https://github.com/docker/buildx/releases/download/${BUILDX_VERSION}/buildx-${BUILDX_VERSION}.linux-amd64 && \
You can’t perform that action at this time.
0 commit comments