From 1b1b5f0be1a19ddd9b791b9bef29ef0350d3416a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Apr 2026 07:33:07 +0000 Subject: [PATCH] fix: docker/umap/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435529 --- docker/umap/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/umap/Dockerfile b/docker/umap/Dockerfile index 452d55829..8caef83d6 100644 --- a/docker/umap/Dockerfile +++ b/docker/umap/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.2-alpine +FROM python:3.14.4-alpine # Downstream requires llvm20, but that is out-of-date # llvm20 installs with the -20 suffix, so we need to symlink