From 373bc166ccd0eec26e22571becb4479eb6aaefec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Dec 2024 23:43:16 +0000 Subject: [PATCH] fix: build/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 5b6259ebb..6ce8eb46a 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -18,7 +18,7 @@ RUN CGO_ENABLED=${CGO_ENABLED_VAL} go build -v -ldflags "-w -s -X google.golang. # -------- prod stage -------- # -FROM alpine:3.16 +FROM alpine:3.21.0 # create non root user RUN addgroup --gid 101 terrascan && \