From 7e1b462e6b120bc05ddea10bff324dfb0d02955d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Jul 2025 16:00:38 +0000 Subject: [PATCH] fix: libnetwork/cmd/ssd/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 --- libnetwork/cmd/ssd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetwork/cmd/ssd/Dockerfile b/libnetwork/cmd/ssd/Dockerfile index 05422479207a2..66e34ecb2dad7 100644 --- a/libnetwork/cmd/ssd/Dockerfile +++ b/libnetwork/cmd/ssd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.21.3 ENV PACKAGES="\ musl \ linux-headers \