Revert "Update python Docker tag to v3.12 (#102)" (#103)

This reverts commit 1ce741dcda.
This commit is contained in:
Luke Tainton 2023-10-09 15:42:51 +01:00 committed by GitHub
parent 1ce741dcda
commit 70c7a4831d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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