From 14fa321c4fe74bc8ac2b7b80e4af8dd236153a9f Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 24 Aug 2024 10:41:40 +0200 Subject: [PATCH] Arion: Bump matrix synapse: v1.104.0 -> v1.113.0 --- hosts/franz/arion/matrix/arion-compose.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/franz/arion/matrix/arion-compose.nix b/hosts/franz/arion/matrix/arion-compose.nix index 0927761..e5bb505 100644 --- a/hosts/franz/arion/matrix/arion-compose.nix +++ b/hosts/franz/arion/matrix/arion-compose.nix @@ -10,7 +10,7 @@ services = { synapse.service = { - image = "matrixdotorg/synapse:v1.104.0"; + image = "matrixdotorg/synapse:v1.113.0"; container_name = "synapse"; labels = { "traefik.enable" = "true";