Update python Docker tag to v3.11

This commit is contained in:
renovate[bot]
2022-10-25 01:10:25 +00:00
parent 2f747e9b0b
commit bdc51ae938

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.11-slim
# We don't want apt-get to interact with us,
# and we want the default answers to be used for all questions.