From ab48903340201a443433e2debdf83c2241e2e58a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Aug 2024 07:37:59 +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-2606941 - https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-6861561 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-7151359 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index f7e4b22..d8489c1 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-slim +FROM python:3.13.0rc1-slim RUN apt-get update && apt-get -y upgrade \ && apt-get clean && rm -rf /var/lib/apt/lists/*