From 6589842e9a499729f132eb58a555694c80a3454b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Apr 2026 21:59:53 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15969301 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15969306 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15969307 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15969309 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15969320 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d247cd..bfc8517 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # # ----------- deps ----------- -FROM python:3.11-slim as deps +FROM python:3.14.4-slim as deps # # Most services will use the same set of packages here, though a few will install