From 9af7e458d833020786d35f4e41b03ef981776ea3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Feb 2026 21:55:25 +0000 Subject: [PATCH] fix: Dockerfile.tests to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123158 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123206 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123211 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123213 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123214 --- Dockerfile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tests b/Dockerfile.tests index 5d675f1cf5..7ea1d26812 100644 --- a/Dockerfile.tests +++ b/Dockerfile.tests @@ -1,7 +1,7 @@ # Use the Dockerfile 1.2 syntax to leverage BuildKit features like cache mounts and inline mounts--temporary mounts that are only available during the build step, not at runtime. # syntax=docker/dockerfile:1.2 -FROM python:3.9-slim +FROM python:3.14.3-slim # Install the necessary packages for the test environment. RUN apt-get update && apt-get upgrade -y && apt-get install -y \