From f1bd903204c2db4c42befd6e2b7955f1acdb8a93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Jul 2025 17:48:29 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d247cd..b316295 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # # ----------- deps ----------- -FROM python:3.11-slim as deps +FROM python:3.14.0rc1-slim as deps # # Most services will use the same set of packages here, though a few will install