Update DOCKERFILE

This commit is contained in:
jeanGaston 2024-01-30 09:22:05 +01:00
parent 53cf88d79b
commit 24d4291197

View File

@ -1,5 +1,5 @@
# Use the official Python image as a base image # Use the official Python image as a base image
FROM python:3.8-slim FROM python:3.11-slim
# Set the working directory in the container # Set the working directory in the container
WORKDIR /app WORKDIR /app