From 40e072fcf1cce1026f6bb27da66ce57344f4135f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Feb 2025 03:49:13 +0000 Subject: [PATCH] fix: 3.5/alpine3.11/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-ZLIB-2977081 --- 3.5/alpine3.11/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.5/alpine3.11/Dockerfile b/3.5/alpine3.11/Dockerfile index 58b087fc9..e81a58c7a 100644 --- a/3.5/alpine3.11/Dockerfile +++ b/3.5/alpine3.11/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.11 +FROM alpine:3.21.3 # ensure local python is preferred over distribution python ENV PATH /usr/local/bin:$PATH