Skip to content

Commit 3852f96

Browse files
authored
Pin a specific tag
1 parent 1ea1c4d commit 3852f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN apk add --virtual .build-deps \
6060

6161
COPY . /opt/mautrix-telegram
6262
RUN apk add git && pip3 install .[speedups,hq_thumbnails,metrics,e2be] \
63-
&& pip3 install 'git+https://github.com/vector-im/mautrix-python@master#egg=mautrix' \
63+
&& pip3 install 'git+https://github.com/vector-im/mautrix-python@v0.11.4-mod1#egg=mautrix' \
6464
&& apk del git \
6565
&& cp mautrix_telegram/example-config.yaml . && rm -rf mautrix_telegram
6666

0 commit comments

Comments
 (0)