From 5b3d80e4f1de21b9d3d48a34d430acb4eab554f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jul 2024 07:07:13 +0000 Subject: [PATCH] fix: frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316 - https://snyk.io/vuln/SNYK-DEBIAN12-NCURSES-6123823 - https://snyk.io/vuln/SNYK-DEBIAN12-NCURSES-6252773 - https://snyk.io/vuln/SNYK-DEBIAN12-NCURSES-6252773 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index f7e4b22..d892fab 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-slim +FROM python:3.13.0b3-slim RUN apt-get update && apt-get -y upgrade \ && apt-get clean && rm -rf /var/lib/apt/lists/*