From 954f0317dae212c4278f36c736e88bf8bd4f90f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Apr 2025 14:08:34 +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-GNUPG2-9486681 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-1559391 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-5423923 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c046aa..fe9031e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # # ----------- deps ----------- -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