From afba8973b71e0963c9cbb32c9fe1097ebeacf37b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Sep 2024 08:41:22 +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-APT-1541449 - https://snyk.io/vuln/SNYK-DEBIAN12-APT-1541449 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-6178914 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-1556505 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87efc6f..a33cade 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.13.0rc2-slim # Install python requirements WORKDIR /opt