From e9f84f8fd8d4d84db20a45de1259dfa92c862c5b Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sat, 3 Apr 2021 14:38:46 +0200 Subject: [PATCH] Pin docker image tag --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 0d504e4..22302cd 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "matrixdotorg/synapse:latest" + image: "matrixdotorg/synapse:v1.9.1" volumes: - "synapse:/data" environment: