Skip to content

Commit

Permalink
Merge pull request #346 from snyk/fix/update-base-images-cpgnn31uevgv…
Browse files Browse the repository at this point in the history
…15eli5bg

fix: update Snyk base images [PRODSEC-1839]
  • Loading branch information
jgresty authored Jun 6, 2024
2 parents de78f1d + bb3da9b commit 4db710e
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 @@ -31,7 +31,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.3.7_202404190856
FROM --platform=amd64 gcr.io/snyk-main/ubuntu-20:2.3.11_202406050942

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

0 comments on commit 4db710e

Please sign in to comment.