From 6837fbe9602f7e83d5460ce2c9b419682f322043 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 May 2025 07:54:33 +0000 Subject: [PATCH] fix: 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-GLIBC-1547135 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-9712315 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBCAP2-8732577 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBGCRYPT20-1550206 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ee0e50..1de5480 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.9-slim +FROM python:3.13.2-slim # Create a working directory WORKDIR /app