From c11864aed4ea55f38bf3bd2e83d5dd4a262995c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Oct 2025 08:47:10 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-10753055 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690985 - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-6139924 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18f9ed38..1a895178 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # `python-base` sets up all our shared environment variables -FROM python:3.10.14-slim-bookworm as python-base +FROM python:3.14.0-slim-bookworm as python-base # python ENV PYTHONUNBUFFERED=1 \