Update python Docker tag to v3.12

This commit is contained in:
renovate[bot]
2023-10-23 04:05:15 +00:00
parent e8aa545898
commit 899e0b8ffc

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.12-slim
# Force the stdout and stderr streams to be unbuffered.
# Will allow log messages to be immediately dumped instead of being buffered.