diff --git a/Dockerfile b/Dockerfile index eb9452a..930a5f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Utilise une image python officielle comme parent -FROM python:3.12-slim +FROM python:3.14-slim # Définit le répertoire de travail dans le conteneur WORKDIR /app