From 7f82b99e9a5d63e1cceb9a941580ab059df00d64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 23:20:59 +0000 Subject: [PATCH] fix: 3.11/alpine3.17/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-MUSL-8720633 - https://snyk.io/vuln/SNYK-ALPINE317-MUSL-8720633 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-8235199 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-8235199 --- 3.11/alpine3.17/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.11/alpine3.17/Dockerfile b/3.11/alpine3.17/Dockerfile index 26dd31675..dd0054557 100644 --- a/3.11/alpine3.17/Dockerfile +++ b/3.11/alpine3.17/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.17 +FROM alpine:3.23.3 # ensure local python is preferred over distribution python ENV PATH /usr/local/bin:$PATH