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

This reverts commit 1ce741dcdad617c1173a78e35fb1d5f5e900cc73.
This commit is contained in:
Luke Tainton 2023-10-09 15:39:22 +01:00 committed by GitHub
parent 1ce741dcda
commit e343ed4b9d

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