Update python Docker tag to v3.12

This commit is contained in:
renovate[bot] 2023-10-03 08:30:41 +00:00 committed by GitHub
parent 5f51c3c255
commit 0e34ff5f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.12-slim
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
LABEL org.opencontainers.image.source="https://github.com/luketainton/roboluke-tasks"
USER root