From 6072f796970c39504a6a3c6fc9038f6d6fb5616e Mon Sep 17 00:00:00 2001 From: remi Date: Mon, 3 Feb 2025 03:22:55 +0000 Subject: [PATCH] python version avoid vulnerabilities --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a00070..c5144de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image as a base image -FROM python:3.9-slim +FROM python:3-slim # Set the working directory in the container WORKDIR /app