Fix dependency export from Poetry

This commit is contained in:
2023-07-21 23:03:08 +01:00
parent 57f0bb9371
commit 35cdba965b
3 changed files with 45 additions and 45 deletions

View File

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