From 6586a78d2404385239a93691861038f0f9456cb1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jul 2024 07:41:50 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-GNUTLS28-6159414 - https://snyk.io/vuln/SNYK-DEBIAN10-NCURSES-1655739 - https://snyk.io/vuln/SNYK-DEBIAN10-NCURSES-1655739 - https://snyk.io/vuln/SNYK-DEBIAN10-NCURSES-5421196 - https://snyk.io/vuln/SNYK-DEBIAN10-NCURSES-5421196 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8dc92fb..9999649 100644 --- a/Dockerfile +++ b/Dockerfile @@ -242,7 +242,7 @@ RUN echo "Listing contents of /frontend/material-ui-nextjs after npm install:" & # Stage 2: Build the backend -FROM python:3.9-slim-buster AS backend +FROM python:3.13.0b2-slim AS backend # Install Node.js and npm from NodeSource RUN apt-get update && apt-get install -y \