From 7f8db41d9e36fc54519c72a6e51f66354fc38e0f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Oct 2025 07:17:47 +0000 Subject: [PATCH] fix: containers/docker/master-alpine/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 --- containers/docker/master-alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/docker/master-alpine/Dockerfile b/containers/docker/master-alpine/Dockerfile index 8d4e7fe81a6..32193acaac8 100644 --- a/containers/docker/master-alpine/Dockerfile +++ b/containers/docker/master-alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.22.2 RUN \ apk add --update go git make gcc musl-dev linux-headers ca-certificates && \