From 76fca62bb8e2b9382404fb0e6d859128a7d66421 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 21:59:49 +0000 Subject: [PATCH] fix: 3.8/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.8/alpine3.17/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.8/alpine3.17/Dockerfile b/3.8/alpine3.17/Dockerfile index d5a72bb55..6a253f674 100644 --- a/3.8/alpine3.17/Dockerfile +++ b/3.8/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