From 89a38a3e71caf8458c12f1f703314b2e3d81df12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 06:16:37 +0000 Subject: [PATCH] fix: docker/umap/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-12675067 - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-11191065 - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-9712340 - https://snyk.io/vuln/SNYK-ALPINE321-MUSL-8720634 - https://snyk.io/vuln/SNYK-ALPINE321-MUSL-8720634 --- docker/umap/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/umap/Dockerfile b/docker/umap/Dockerfile index 9afd846b3..d3ce2122f 100644 --- a/docker/umap/Dockerfile +++ b/docker/umap/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.1-alpine +FROM python:3.14.2-alpine # Downstream requires llvm15, but that is out-of-date # llvm15 installs with the -15 suffix, so we need to symlink