From 8c1f4f386b66bca563f58e08a8bd56c993bc67fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2024 18:57:13 +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-KRB5-1549480 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277411 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277412 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277421 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e15cf35..ab7d6a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.13-slim ENV PYTHONUNBUFFERED 1 ENV DJANGO_ENV dev