From bc59064a590291f31c42071eb12ad73b89db32bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Jan 2025 06:33:25 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d716fd3160..b1ec861fa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # # ---- base image to inherit from ---- -FROM python:3.9.16 as base +FROM python:3.14.0a4 as base # ---- Front-end builder image ---- FROM node:14 as front-builder