From 363e3dfbdf0943664a7072ca69a3d587683c023a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Feb 2025 17:44:26 +0000 Subject: [PATCH] fix: dockerui/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE32-BUSYBOX-1086971 --- dockerui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerui/Dockerfile b/dockerui/Dockerfile index 2036d1d..394beb0 100644 --- a/dockerui/Dockerfile +++ b/dockerui/Dockerfile @@ -17,7 +17,7 @@ # limitations under the License. # -FROM alpine:3.2 +FROM alpine:3.21.3 MAINTAINER Stefano Harding ENV GOMAXPROCS=8 GOPATH=/go