From 91a8c94e4a8778454493f740c27fd6be1cfff732 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Tue, 12 Jun 2018 20:26:29 -0400 Subject: [PATCH] Run with correct image tag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 74ac555..7185337 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ run: --name $(CONTAINER) \ $(addprefix -v ,$(VOLUMES)) \ --net=host \ - $(IMAGE) + $(IMAGE):$(HA_VERSION) stop: docker stop $(CONTAINER) destroy: