From f27fc4a2e2367bf553c1e1adf1bffbf9a604876b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Jul 2025 21:53:37 +0000 Subject: [PATCH] fix: testrepo/go-dep-project/Dockerfile.local 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.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testrepo/go-dep-project/Dockerfile.local b/testrepo/go-dep-project/Dockerfile.local index 62252f4c..22591324 100644 --- a/testrepo/go-dep-project/Dockerfile.local +++ b/testrepo/go-dep-project/Dockerfile.local @@ -1,9 +1,9 @@ -FROM alpine:3.7 AS builder +FROM alpine:3.22.1 AS builder RUN apk add --update --no-cache ca-certificates -FROM alpine:3.7 +FROM alpine:3.22.1 COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/