From 7f9e1d1683f7a7ee094ee00ca6553d3491a8bb79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Oct 2025 19:19:52 +0000 Subject: [PATCH] fix: Dockerfile.alpine to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 --- Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 2be5d6b5cb..114d4e44ce 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -8,7 +8,7 @@ WORKDIR /go/src/go.mozilla.org/sops RUN CGO_ENABLED=1 make install -FROM alpine:3.10 +FROM alpine:3.18.12 RUN apk --no-cache add \ vim ca-certificates