From 3de08b78c9a426f45933c26919769bf7f7743def Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 May 2024 02:38:07 +0000 Subject: [PATCH] fix: frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6673964 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6673969 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6673972 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6673974 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index f7e4b22..371fe74 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-slim +FROM python:3.13.0b1-slim RUN apt-get update && apt-get -y upgrade \ && apt-get clean && rm -rf /var/lib/apt/lists/*