Switch to Python 3.11 slim image base (#85)

This commit is contained in:
Luke Tainton 2023-09-03 23:07:42 +01:00 committed by GitHub
parent b48e04b709
commit 6a2deb9bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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