Update python Docker tag to v3.11 - autoclosed #41

Closed
renovate wants to merge 1 commits from renovate/python-3-x into main

View File

@ -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