Skip to content

Commit d5ad9e4

Browse files
authored
Merge pull request #402 from snyk/fix/update-base-images-cu3rqtojgibjbc8m5d8g
fix: update Snyk base images [PRODSEC-2500]
2 parents ea9ef4b + e58649c commit d5ad9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

3636
COPY config.*.json /
3737
COPY --from=builder /go/bin/app /

0 commit comments

Comments
 (0)