From a5f4ec6f1078766bd4fb1a8a2e950a52720a3e03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jul 2024 09:12:07 +0000 Subject: [PATCH] fix: app/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GNUTLS28-6159417 - https://snyk.io/vuln/SNYK-DEBIAN11-GNUTLS28-6159419 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 387c2614..c6c9b03a 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.12-slim-bullseye +FROM python:3.13.0b3-slim-bullseye # Set environment variables ENV PYTHONPATH="${PYTHONPATH}:/app"