Skip to content

Commit

Permalink
🤖 Updated depdencies 2023-08-08
Browse files Browse the repository at this point in the history
  • Loading branch information
gythialy committed Aug 8, 2023
1 parent af467cb commit 2e1febe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ COPY --from=ghcr.io/sigstore/cosign/cosign:v2.1.1@sha256:411ace177097a33cb2ee740
# install syft
COPY --from=docker.io/anchore/syft:v0.84.0@sha256:bd5ef3acf08b5be457905430f8fcda530d907bb173bf086e4749acb41077acb1 /syft /usr/local/bin/syft

ARG GO_VERSION=go1.20.7
ARG GOLANG_DIST_SHA=f0a87f1bcae91c4b69f8dc2bc6d7e6bfcd7524fceec130af525058c0c17b1b44
ARG GO_VERSION=go1.21.0
ARG GOLANG_DIST_SHA=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
# update golang
RUN \
GOLANG_DIST=https://storage.googleapis.com/golang/${GO_VERSION}.linux-amd64.tar.gz && \
Expand Down

0 comments on commit 2e1febe

Please sign in to comment.