From bd2f965d4281e5f1df27c24e687428a71751a417 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Feb 2026 03:51:04 +0000 Subject: [PATCH] fix: Dockerfile.tests to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-TAR-5696683 - https://snyk.io/vuln/SNYK-DEBIAN13-GLIBC-5681241 - https://snyk.io/vuln/SNYK-DEBIAN13-GLIBC-5681241 - https://snyk.io/vuln/SNYK-DEBIAN13-GLIBC-5681177 - https://snyk.io/vuln/SNYK-DEBIAN13-GLIBC-5681177 --- 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 \