From e78ebb13b1a7357316dfccc785e2a4d67763e463 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Sep 2024 08:50:44 +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-GLIBC-1546991 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-5733385 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-5733390 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-5733398 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index f7e4b22..8c40d64 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-slim +FROM python:3.13.0rc2-slim RUN apt-get update && apt-get -y upgrade \ && apt-get clean && rm -rf /var/lib/apt/lists/*