From 514d2f52cd7965c8f8514bef5ac0690127ce05d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Jun 2025 16:21:29 +0000 Subject: [PATCH] fix: 3.6/alpine3.11/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-ZLIB-2977081 --- 3.6/alpine3.11/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.6/alpine3.11/Dockerfile b/3.6/alpine3.11/Dockerfile index c546f4e10..d8b73bca2 100644 --- a/3.6/alpine3.11/Dockerfile +++ b/3.6/alpine3.11/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.11 +FROM alpine:3.22.0 # ensure local python is preferred over distribution python ENV PATH /usr/local/bin:$PATH