Skip to content

Commit

Permalink
chore: update to newest sta version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikzen authored and nico-famedly committed Jul 30, 2024
1 parent 6a39410 commit 4d67031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \

RUN --mount=type=cache,target=/root/.cache/pip \
pip install setuptools \
&& 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 \
&& pip install --prefix="/install" --no-warn-script-location synapse-s3-storage-provider \
&& pip install --prefix="/install" --no-warn-script-location synapse-auto-accept-invite \
&& pip install --prefix="/install" --no-warn-script-location synapse-invite-checker==0.2.0 \
Expand Down

0 comments on commit 4d67031

Please sign in to comment.