Build etcd 2.0.9 image.

This commit is contained in:
Dawn Chen 2015-04-07 16:06:36 -07:00
parent 842b9d8d3a
commit 4963783b7e

View File

@ -1,7 +1,7 @@
.PHONY: clean build push
IMAGE = etcd
TAG = 2.0.8
TAG = 2.0.9
OUTPUT_DIR = $(IMAGE)-v$(TAG)-linux-amd64
clean: