From 583fd5ebd6b38f5494ed86bb853283a50867ca90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Jul 2025 07:15:12 +0000 Subject: [PATCH] fix: dockerfiles/Dockerfile.test-nobase to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 --- dockerfiles/Dockerfile.test-nobase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile.test-nobase b/dockerfiles/Dockerfile.test-nobase index 6b8ec31a..7dbe2797 100644 --- a/dockerfiles/Dockerfile.test-nobase +++ b/dockerfiles/Dockerfile.test-nobase @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.14.0rc1-slim # NOTE: This file contains all tools and dependencies needed for # setting up the development and testing environment