From 9737a93cb6658d96387da53e35812fbed104746c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Oct 2025 20:59:37 +0000 Subject: [PATCH] fix: demo/go-client-api/vendor/github.com/ethereum/go-ethereum/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 --- .../go-ethereum/containers/docker/master-alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/go-client-api/vendor/github.com/ethereum/go-ethereum/containers/docker/master-alpine/Dockerfile b/demo/go-client-api/vendor/github.com/ethereum/go-ethereum/containers/docker/master-alpine/Dockerfile index 8d4e7fe8..32193aca 100644 --- a/demo/go-client-api/vendor/github.com/ethereum/go-ethereum/containers/docker/master-alpine/Dockerfile +++ b/demo/go-client-api/vendor/github.com/ethereum/go-ethereum/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 && \