From 2b41bb70952020438e491a8adde856018049bccc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 May 2026 05:50:20 +0000 Subject: [PATCH] fix: docker/umap/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993266 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993266 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993268 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993268 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993253 --- docker/umap/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/umap/Dockerfile b/docker/umap/Dockerfile index 452d55829..5a7dbc36d 100644 --- a/docker/umap/Dockerfile +++ b/docker/umap/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.2-alpine +FROM python:3.14.5-alpine # Downstream requires llvm20, but that is out-of-date # llvm20 installs with the -20 suffix, so we need to symlink