From dbb3e363f8686fe0e6fd4bbfcc947828fc95627d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:14:26 +0000 Subject: [PATCH] fix: Dockerfile.frontend to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-10753055 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-5489190 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690985 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690987 --- Dockerfile.frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.frontend b/Dockerfile.frontend index df11fb74..9dbf56c8 100644 --- a/Dockerfile.frontend +++ b/Dockerfile.frontend @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.14.0a1-slim as frontend +FROM python:3.14.0rc3-slim as frontend # Set environment variables ENV PYTHONDONTWRITEBYTECODE 1