From ad4c0976465fc2d389dd28909043ade0054a12fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 May 2025 18:06:02 +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-6178914 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-6178914 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8303301 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8303301 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6626355..0500a2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # ----------- deps ----------- # Install from Debian Stretch with modern Python support -FROM python:3.11-slim as deps +FROM python:3.13.2-slim as deps # # Most services will use the same set of packages here, though a few will install