bump maubot image to Fedora 40

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-05-02 13:00:56 +10:00
parent 36c08085b4
commit 306b6056eb

View file

@ -11,7 +11,7 @@ spec:
runPolicy: Serial
source:
dockerfile: |-
FROM fedora:38
FROM fedora:40
RUN dnf -y install python3-pip python3-gssapi git && dnf -y clean all
RUN pip install maubot[encryption] python-slugify httpx httpx_gssapi jinja2 fedora-messaging meetbot-messages pydantic maubot-fedora-messages backoff arrow python-gitlab
RUN \