From b4b3a87472afd09f2867402b233b98e11f167343 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jul 2024 06:59:33 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GNUTLS28-6159417 - https://snyk.io/vuln/SNYK-DEBIAN11-GNUTLS28-6159419 - https://snyk.io/vuln/SNYK-DEBIAN11-PERL-6085272 - https://snyk.io/vuln/SNYK-DEBIAN11-GNUTLS28-6062102 - https://snyk.io/vuln/SNYK-DEBIAN11-TAR-3253527 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2adf65f909..b91ca932427 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.6-slim-bullseye as base +FROM python:3.11.9-slim-bullseye as base # Setup env ENV LANG C.UTF-8