From c11b0393032d0b722f0cd7b16bfbdaf77e5cef6c Mon Sep 17 00:00:00 2001 From: Timmo Date: Mon, 1 Apr 2019 17:20:09 +0100 Subject: [PATCH] :arrow_up: Update Synapse to v0.99.3 --- matrix/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/Dockerfile b/matrix/Dockerfile index efcae36..5ea748c 100644 --- a/matrix/Dockerfile +++ b/matrix/Dockerfile @@ -40,7 +40,7 @@ RUN \ && pip3 install --upgrade pip==19.0.3 \ && pip3 install \ pysaml2==4.6.5 \ - matrix-synapse==0.99.2 \ + matrix-synapse==0.99.3 \ \ && mkdir -p /opt/riot \ && curl -J -L -o /tmp/riot.tar.gz \