diff --git a/source/Dockerfile b/source/Dockerfile index d9f6533..db9f47c 100644 --- a/source/Dockerfile +++ b/source/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.11-slim # Change the working directory to the root of the project WORKDIR /srv/flask_app