From 62009f2115daa011f7293d4ea7ef1534596456e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Jun 2025 00:12:49 +0000 Subject: [PATCH] fix: server/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-10264074 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-10264074 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-COREUTILS-10259258 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-10244568 --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index 68aa1fc..90ea7ac 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.13.4-slim WORKDIR /app