diff --git a/cluster/images/etcd/Makefile b/cluster/images/etcd/Makefile index 3844e518961..a423b605e56 100644 --- a/cluster/images/etcd/Makefile +++ b/cluster/images/etcd/Makefile @@ -17,7 +17,7 @@ # Usage: # [TAG=2.2.1] [REGISTRY=gcr.io/google_containers] [ARCH=amd64] [BASEIMAGE=busybox] make (build|push) -TAG?=3.0.3 +TAG?=3.0.4 ARCH?=amd64 REGISTRY?=gcr.io/google_containers GOLANG_VERSION?=1.6.3 @@ -78,4 +78,4 @@ ifeq ($(ARCH),amd64) endif all: build -.PHONY: build push \ No newline at end of file +.PHONY: build push