From 6169bcde5b033bf2c413b0f630eb2dc2ef6f8bc5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2024 20:52:45 +0000 Subject: [PATCH] fix: server/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-GLIBC-1546991 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547039 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547069 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547135 --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index 68aa1fc..79979e4 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.13-slim WORKDIR /app