From efc84a112aa777d7ccdf3c6483d480710f399193 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jul 2024 07:14:52 +0000 Subject: [PATCH] fix: 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-LIBTASN16-3061097 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-2933518 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-2933518 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0994b32..e9aedd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image from the Docker Hub -FROM python:3.10.4-slim +FROM python:3.13.0b3-slim # Set the working directory in the container WORKDIR /app