From 9a278963ab14af016eb1769d1097502b57cddc1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Jul 2024 12:07:12 +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..1b7f642 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.0b2-slim # Set the working directory in the container WORKDIR /app