From 96f7de2c0cabe0cbe2b09ae4ead33e0824eb581a Mon Sep 17 00:00:00 2001 From: Aaron van Meerten Date: Thu, 13 Feb 2020 20:07:01 -0600 Subject: [PATCH] web: Makefile supports JITSI_MEET_VERSION --- web/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Makefile b/web/Makefile index 8b203e2..2967f51 100644 --- a/web/Makefile +++ b/web/Makefile @@ -1,4 +1,4 @@ build: - docker build $(BUILD_ARGS) -t $(JITSI_REPO)/web . + docker build --build-arg JITSI_MEET_VERSION $(BUILD_ARGS) -t $(JITSI_REPO)/web . .PHONY: build