From d22e7a1b4aabb04cdf7746e69a7b11cf65e8b881 Mon Sep 17 00:00:00 2001 From: "Timothy St. Clair" Date: Tue, 9 Aug 2016 15:35:03 -0500 Subject: [PATCH] Update etcd makefile to build 3.0.4 --- cluster/images/etcd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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