From dd69be32b9e8c1fd71962bbef04f0d748165d7d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Feb 2025 20:01:39 +0000 Subject: [PATCH] fix: 3.5/alpine3.10/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 --- 3.5/alpine3.10/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.5/alpine3.10/Dockerfile b/3.5/alpine3.10/Dockerfile index bdc4c78ef..e81a58c7a 100644 --- a/3.5/alpine3.10/Dockerfile +++ b/3.5/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