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

This commit is contained in:
renovate[bot] 2023-11-02 17:37:08 +00:00 committed by GitHub
parent ec8199770d
commit 51fb30beeb
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 maintainer="Luke Tainton <luke@tainton.uk>"
LABEL org.opencontainers.image.source="https://github.com/luketainton/roboluke-tasks" LABEL org.opencontainers.image.source="https://github.com/luketainton/roboluke-tasks"
USER root USER root