From bba1a4243c02857d968b0ec8ef194570a2e8863c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 08:05:59 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-BLUEZ-1911958 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-1290158 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a1f5cdc..a6453f80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.9-bullseye +FROM python:3.13.5-bullseye RUN apt-get update && \ apt-get upgrade -y && \