From 93da8302b3556c7d28a4b9e0fadf8aefb60791a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 08:04:43 +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-COREUTILS-10259258 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-10244568 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-1560739 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-5733398 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d247cd..cc8ea7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # # ----------- deps ----------- -FROM python:3.11-slim as deps +FROM python:3.13.5-slim as deps # # Most services will use the same set of packages here, though a few will install