From 4d670318093c600bdf24ddb7246815cb621f7aa4 Mon Sep 17 00:00:00 2001 From: Niklas Zender <33399346+nikzen@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:01:21 +0200 Subject: [PATCH] chore: update to newest sta version --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 9e8310f0d31d..c648c4c22096 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \