From d7e298398117b4bf16b03e655b500173395610f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jul 2024 10:06:59 +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-PERL-6085272 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 387c2614..ae887a16 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.12-slim-bullseye +FROM python:3.11.9-slim-bullseye # Set environment variables ENV PYTHONPATH="${PYTHONPATH}:/app"