Update standalone docker image and mautrix-python
This commit is contained in:
parent
92736baefd
commit
dd69c337d2
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue