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

This reverts commit 1ce741dcda.
This commit is contained in:
2023-10-09 15:42:51 +01:00
committed by GitHub
parent 1ce741dcda
commit 70c7a4831d

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