From af14548e16f30727519df1fb8b6f4241dc337749 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jun 2026 05:41:08 +0000 Subject: [PATCH] fix: builder/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-GNUTLS28-16344303 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-15969314 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-15969314 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/Dockerfile b/builder/Dockerfile index 8fb5a28..3a7aa4b 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -1,5 +1,5 @@ # Start with an official Python 3 image as the base -FROM python:3.13.5-slim-bookworm +FROM python:3.13.14-slim-bookworm # Version definitions for easy updates