From 9858a9954025145c4229a0fbbee333f3a9782b14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 May 2025 08:38:27 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f18e9bc..ba0f058 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.6-slim +FROM python:3.13.2-slim RUN pip install poetry==1.8.2