Merge pull request 'Update python Docker tag to v3.11' (#505) from renovate/python-3.x into main

Reviewed-on: #505
This commit is contained in:
Florian Kaiser 2022-12-12 11:12:55 +01:00
commit 4d64d28c90
2 changed files with 2 additions and 2 deletions

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

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