From c49b8c5324d02ec27714b493800d0435f605a558 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Feb 2025 05:29:37 +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-LIBTASN16-8689970 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-8679228 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8648323 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8648323 --- 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..a1fa18ad 100644 --- a/dockerfiles/Dockerfile.test-nobase +++ b/dockerfiles/Dockerfile.test-nobase @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.13.2-slim # NOTE: This file contains all tools and dependencies needed for # setting up the development and testing environment