Switch to Python 3.11 slim image base #34

Merged
luketainton merged 1 commits from switch-docker-base into main 2023-09-04 00:00:47 +02:00

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