From 66759a4e24951884537cba50d8bea86de514f990 Mon Sep 17 00:00:00 2001 From: Piotr Szczesniak Date: Tue, 15 Sep 2015 16:10:58 +0200 Subject: [PATCH] Bumped image tag for Resource Consumer --- test/images/resource-consumer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/resource-consumer/Makefile b/test/images/resource-consumer/Makefile index 9914029742..9d1ea6237f 100644 --- a/test/images/resource-consumer/Makefile +++ b/test/images/resource-consumer/Makefile @@ -1,6 +1,6 @@ all: clean consumer -TAG = alpha +TAG = beta consumer: CGO_ENABLED=0 godep go build -a -installsuffix cgo --ldflags '-w' -o consume-cpu/consume-cpu ./consume-cpu/consume_cpu.go