From dd69c337d2bbcf05b3b602d01e2e40b766dbf2c3 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 9 Sep 2023 15:47:53 +0300 Subject: [PATCH] Update standalone docker image and mautrix-python --- maubot/standalone/Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maubot/standalone/Dockerfile b/maubot/standalone/Dockerfile index 56e056d..2db8426 100644 --- a/maubot/standalone/Dockerfile +++ b/maubot/standalone/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/alpine:3.17 +FROM docker.io/alpine:3.18 RUN apk add --no-cache \ python3 py3-pip py3-setuptools py3-wheel \ diff --git a/requirements.txt b/requirements.txt index e5743ae..b85decc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mautrix>=0.20.1,<0.21 +mautrix>=0.20.2,<0.21 aiohttp>=3,<4 yarl>=1,<2 SQLAlchemy>=1,<1.4