From d328b444ea9e5cbfdc23cdf3997bb48fc1652593 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Jul 2025 01:16:58 +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..b9e7af38 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.21.3 COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=builder /app /app USER nobody:nobody