Switch to Python 3.11 slim image base #85

Merged
luketainton merged 1 commits from switch-base-image into main 2023-09-04 00:07:42 +02:00

View File

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