We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa3c4c commit bd114eeCopy full SHA for bd114ee
1 file changed
docker/Dockerfile
@@ -138,7 +138,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
138
139
RUN --mount=type=cache,target=/root/.cache/pip \
140
pip install setuptools \
141
- && pip install --prefix="/install" --no-warn-script-location synapse-token-authenticator==0.5.0 \
+ && pip install --prefix="/install" --no-warn-script-location synapse-token-authenticator==0.6.0 \
142
&& pip install --prefix="/install" --no-warn-script-location synapse-s3-storage-provider \
143
&& pip install --prefix="/install" --no-warn-script-location synapse-auto-accept-invite \
144
&& pip install --prefix="/install" --no-warn-script-location synapse-invite-checker==0.2.0 \
0 commit comments