Skip to content

Commit

Permalink
fix: vervet-underground/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 23, 2023
1 parent f09cbd1 commit 8d4bc0e
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:1.0.1_202304051233
FROM --platform=amd64 gcr.io/snyk-main/ubuntu-20:2.1.0_202308221557

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

0 comments on commit 8d4bc0e

Please sign in to comment.