From 200063852fb264581af4d2dc7bb15510b565ecf0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Dec 2025 10:36:52 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-5682970 - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-5682970 - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-5682970 - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-5682970 - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-5682970 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5dcd821..8e3c093 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ENV REACT_APP_BASE_URL=https://to-the--moon.herokuapp.com/ RUN npm install RUN npm run build -FROM python:3.9 +FROM python:3.14.1 # Setup Flask environment ENV FLASK_APP=app