From 9b1a63c8ce5410d8219b97daf5fdeb7c94187220 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Aug 2025 17:37:24 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-5879156 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-5879156 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-10264074 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-10264074 - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-11191064 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9bf8dce..21db654 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # alpine images fail to install the pyOpenSSL module due to some gcc issue -FROM python:3.14.0a3-slim +FROM python:3.14.0rc2-slim COPY conf/requirements.txt / RUN apt-get update \