From 3c0f571c61b481819ed66bd99620dc8100e3833b Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 20 May 2024 09:53:54 -0700 Subject: [PATCH] Synapse v1.107.0 Signed-off-by: Tommy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c026b4..11208a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # License for the specific language governing permissions and limitations under # the License. -ARG SYNAPSE_VERSION=1.105.1 +ARG SYNAPSE_VERSION=1.107.0 ARG PYTHON_VERSION=3.11 ARG HARDENED_MALLOC_VERSION=11 ARG UID=991