Skip to content

Commit

Permalink
Merge pull request #339 from snyk/fix/update-base-images-cns4uihus0n9…
Browse files Browse the repository at this point in the history
…1jg6qdvg

fix: update Snyk Node base images
  • Loading branch information
jgresty authored Mar 18, 2024
2 parents d7c0ab8 + 9a65275 commit b1cfa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vervet-underground/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
# we're not changing anything, only making it explicit.
# Thanks to emulation, this will also run on ARM Macs.
# Advised to move from distroless to the secure base image - https://docs.google.com/document/d/1I-vxsuHlmBlM8JHSDpvOmVMGeQQcbPgb8jH1ELEE9wo/edit#heading=h.1xke9mez8zov
FROM --platform=amd64 gcr.io/snyk-main/ubuntu-20:2.1.0_202308221557
FROM --platform=amd64 gcr.io/snyk-main/ubuntu-20:2.3.1_202403150706

COPY config.*.json /
COPY --from=builder /go/bin/app /
Expand Down

0 comments on commit b1cfa55

Please sign in to comment.