Switch to Python 3.11 slim image base (#34)

This commit is contained in:
Luke Tainton 2023-09-03 23:00:46 +01:00 committed by GitHub
parent 556482814a
commit 23dfeb6432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM python:3.11.5 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/webexmemebot" LABEL org.opencontainers.image.source="https://github.com/luketainton/webexmemebot"
USER root USER root