From d152dfa92167c2713b32d4be4f7ec38d7f33a81e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Oct 2025 17:34:19 +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..5a59eef329 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.22.2 RUN apk --no-cache add \ vim ca-certificates