chore: update Docker image to Python 3.11

This commit is contained in:
Daniel Langbein 2023-07-14 09:20:52 +02:00
parent 3c29e49cdb
commit 84d3a7406b

View File

@ -1,6 +1,6 @@
# Python image.
# - https://docs.docker.com/language/python/build-images/
FROM python:3.10-slim-buster
FROM python:3.11-slim-buster
WORKDIR /app