From 93b020c727dd2fcdb6791cbeb608ec212f8e7d3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Sep 2024 09:14:37 +0000 Subject: [PATCH] fix: python-code/Dockerfile 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-KRB5-1549480 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277411 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277412 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277421 --- python-code/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-code/Dockerfile b/python-code/Dockerfile index 516040bc..8eb0a9be 100644 --- a/python-code/Dockerfile +++ b/python-code/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image from the Docker Hub -FROM python:3.9-slim +FROM python:3.13.0rc2-slim # Set the working directory in the container WORKDIR /app