Merge pull request #16620 from mikedanese/etcd-bump

bump etcd version to 2.2.1 in Makefile
pull/6/head
Alex Robinson 2015-10-30 15:37:39 -07:00
commit 77f41e8fdd
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
.PHONY: clean build push
IMAGE = etcd
TAG = 2.0.12
ETCD_VERSION = 2.0.12
TAG = 2.2.1
ETCD_VERSION = 2.2.1
OUTPUT_DIR = $(IMAGE)-v$(ETCD_VERSION)-linux-amd64
clean: