Switch to Python 3.11 slim image base

This commit is contained in:
Luke Tainton 2023-09-03 22:58:34 +01:00
parent 556482814a
commit 65f6b1f42c
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
FROM python:3.11.5
FROM python:3.11-slim
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
LABEL org.opencontainers.image.source="https://github.com/luketainton/webexmemebot"
USER root