From 9eb885901c019fdabf56507b2e8ef79d8e5edfbf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Jan 2025 04:42:55 +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-SHADOW-8551160 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160 - https://snyk.io/vuln/SNYK-DEBIAN12-UTILLINUX-2401083 - https://snyk.io/vuln/SNYK-DEBIAN12-UTILLINUX-2401083 --- 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..cdd0941d 100644 --- a/dockerfiles/Dockerfile.test-nobase +++ b/dockerfiles/Dockerfile.test-nobase @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.14.0a1-slim # NOTE: This file contains all tools and dependencies needed for # setting up the development and testing environment