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