From 7e80eb0026a99128aca65119e688ec41bd5b487c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Apr 2025 08:08:25 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-OPENJPEG2-1301277 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENJPEG2-1301277 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-2388383 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-2388383 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-6190609 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e304d44..fa810f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Setup Python and Pip -FROM python:3.11.10-bullseye +FROM python:3.13.3-bullseye # Poetry # https://python-poetry.org/docs#ci-recommendations