From 84e55114130949c12b819508a0c9a782ea13475e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Jun 2025 18:20:47 +0000 Subject: [PATCH] fix: testrepo/go-dep-project/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 --- testrepo/go-dep-project/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testrepo/go-dep-project/Dockerfile b/testrepo/go-dep-project/Dockerfile index 5b628513..be123296 100644 --- a/testrepo/go-dep-project/Dockerfile +++ b/testrepo/go-dep-project/Dockerfile @@ -16,7 +16,7 @@ COPY . /go/src/${PACKAGE} RUN BUILD_DIR='' BINARY_NAME=app make build-release -FROM alpine:3.7 +FROM alpine:3.22.0 COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=builder /app /app USER nobody:nobody