fix(deps): update python docker tag to v3.12

This commit is contained in:
renovate[bot] 2024-02-04 15:34:34 +00:00 committed by GitHub
parent 2e5281ba3e
commit a6d6b07275
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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