From 58deb69acee6cfad1bde6f953635e17752281330 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jun 2026 08:04:45 +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..4478b2947 100644 --- a/docker/umap/Dockerfile +++ b/docker/umap/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.2-alpine +FROM python:3.14.6-alpine # Downstream requires llvm20, but that is out-of-date # llvm20 installs with the -20 suffix, so we need to symlink