Pin shared secret auth module

This commit is contained in:
Tulir Asokan 2021-11-09 16:08:32 +02:00
parent d61a2339b1
commit 699428b5a3

View File

@ -40,7 +40,7 @@ COPY MANIFEST.in README.rst setup.py synctl /synapse/
RUN pip install --prefix="/install" --no-warn-script-location \
/synapse[all] \
'git+https://github.com/maunium/synapse-simple-antispam#egg=synapse-simple-antispam' \
'git+https://github.com/devture/matrix-synapse-shared-secret-auth#egg=shared_secret_authenticator'
'git+https://github.com/devture/matrix-synapse-shared-secret-auth@e178353ec87c56e0169dd04466d4769da5ed9c46#egg=shared_secret_authenticator'
FROM docker.io/python:${PYTHON_VERSION}-slim