From 57c1596450c0c55fb0d761adec3abee2448907a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jan 2025 06:08:05 +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 8d4e7fe81a6b..bb51c93b8c6e 100644 --- a/containers/docker/master-alpine/Dockerfile +++ b/containers/docker/master-alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.21.2 RUN \ apk add --update go git make gcc musl-dev linux-headers ca-certificates && \