Switch to Python 3.11 slim image base

This commit is contained in:
Luke Tainton 2023-09-03 23:04:58 +01:00
parent b48e04b709
commit 2109dd8b6f
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
FROM python:3.11 FROM python:3.11-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