From efeeaa637092b1f993a31db0e062525e1c55c435 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Feb 2025 17:18:22 +0000 Subject: [PATCH] fix: 3.8/alpine3.10/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 --- 3.8/alpine3.10/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.8/alpine3.10/Dockerfile b/3.8/alpine3.10/Dockerfile index 9883af4cc..22b479d4f 100644 --- a/3.8/alpine3.10/Dockerfile +++ b/3.8/alpine3.10/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.10 +FROM alpine:3.21.3 # ensure local python is preferred over distribution python ENV PATH /usr/local/bin:$PATH