From bbb23d5e9aa8d03d57757eb864b00601611120c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Apr 2026 07:44:59 +0000 Subject: [PATCH] fix: docker/python-plotting/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435529 --- docker/python-plotting/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/python-plotting/Dockerfile b/docker/python-plotting/Dockerfile index dbb74f753..4ed34443b 100644 --- a/docker/python-plotting/Dockerfile +++ b/docker/python-plotting/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.2-alpine +FROM python:3.14.4-alpine RUN apk add --no-cache bash