From 5ec32c6479cf0689f6b2ca5cd76988c957713643 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 21:03:37 +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..234d5c59a 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.20.3 # create non root user RUN addgroup --gid 101 terrascan && \