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