Skip to content

Commit 8f1c3ba

Browse files
fix: update Snyk base image
Update Snyk Base Image to pickup security fixes. -- Snyk ProdSec
1 parent 90182c7 commit 8f1c3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vervet-underground/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
2828
# we're not changing anything, only making it explicit.
2929
# Thanks to emulation, this will also run on ARM Macs.
3030
# Advised to move from distroless to the secure base image - https://docs.google.com/document/d/1I-vxsuHlmBlM8JHSDpvOmVMGeQQcbPgb8jH1ELEE9wo/edit#heading=h.1xke9mez8zov
31-
FROM --platform=amd64 gcr.io/snyk-main/ubuntu-20:2.3.1_202403150706
31+
FROM --platform=amd64 gcr.io/snyk-main/ubuntu-20:2.3.7_202404190856
3232

3333
COPY config.*.json /
3434
COPY --from=builder /go/bin/app /

0 commit comments

Comments
 (0)