From ecedc248bdb9072da8e708fc09bbd8dcf93477c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Jul 2024 20:24:27 +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 708ce870b..067caf50e 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -18,7 +18,7 @@ RUN CGO_ENABLED=${CGO_ENABLED_VAL} go build -v -ldflags "-w -s" -o /go/bin/terra # -------- prod stage -------- # -FROM alpine:3.16 +FROM alpine:3.19 # create non root user RUN addgroup --gid 101 terrascan && \