diff --git a/Makefile b/Makefile index 7fbed74..5a120c5 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ TERRAFORM := $(shell which terraform) DOCKER := $(shell which docker) APPNAME ?= chaos-monkey IMAGE ?= chaos-monkey -TAG ?= 2.2.0 +TAG ?= 3.0.0 all: bin/$(APPNAME) .PHONY: clean generate bin/$(APPNAME) image-version cluster-test