From d71674670dadd514860d5229d2e72a283e55a335 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Fri, 28 Jan 2022 12:07:02 +0000 Subject: Allow customising the version of the Synapse image used in the Dockerfile --- docker/Dockerfile-workers | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/Dockerfile-workers b/docker/Dockerfile-workers index 46f2e17382..53f59e9362 100644 --- a/docker/Dockerfile-workers +++ b/docker/Dockerfile-workers @@ -1,5 +1,8 @@ +ARG base_version=latest + # Inherit from the official Synapse docker image -FROM matrixdotorg/synapse + +FROM matrixdotorg/synapse:$base_version # Install deps RUN apt-get update -- cgit 1.5.1