From 54cae54fce56c050638a2028fe4226d31a22cfb6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Jun 2025 07:57:40 +0000 Subject: [PATCH] fix: dockerfiles/Dockerfile.base 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-COREUTILS-10259258 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-10244568 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-6178914 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8303301 --- dockerfiles/Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile.base b/dockerfiles/Dockerfile.base index 0e9b2e0c..46f6fe71 100644 --- a/dockerfiles/Dockerfile.base +++ b/dockerfiles/Dockerfile.base @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.13.5-slim # # NOTE: This file contains all tools and dependencies needed for # setting up the development and testing environment