From 1d0bec4fa3c5d55ae601686bc218f876e4c2f462 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 23:54:00 +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-PAM-6178914 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-1556505 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-5489184 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-5733390 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0d50b8..d36efa4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # For more information, please refer to https://aka.ms/vscode-docker-python -FROM python:3.8-slim +FROM python:3.13-slim # Keeps Python from generating .pyc files in the container ENV PYTHONDONTWRITEBYTECODE=1