From cd268c1c1e9a642873c495761489789a9066b6e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 20:30:27 +0000 Subject: [PATCH] fix: Dockerfile 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-OPENSSL-15123192 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-15123192 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUPG2-14723302 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690985 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9bf8dce..6be64bb 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.3-slim COPY conf/requirements.txt / RUN apt-get update \