From a685b55b3a866330b6e6901f03beff1aa70d1013 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 22:17:39 +0000 Subject: [PATCH] fix: thumbnailer/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 --- thumbnailer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thumbnailer/Dockerfile b/thumbnailer/Dockerfile index 2e4f63c..1405cef 100644 --- a/thumbnailer/Dockerfile +++ b/thumbnailer/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5 +FROM python:3.14.0a2 RUN pip install flask waitress