Skip to content

Commit

Permalink
cluster/images/etcd: Build etcd@3.4.9-2 using debian-base@v2.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
  • Loading branch information
justaugustus committed Aug 4, 2020
1 parent 87e13f7 commit 876a6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/images/etcd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LATEST_ETCD_VERSION?=3.4.9
# REVISION provides a version number fo this image and all it's bundled
# artifacts. It should start at zero for each LATEST_ETCD_VERSION and increment
# for each revision of this image at that etcd version.
REVISION?=1
REVISION?=2

# IMAGE_TAG Uniquely identifies k8s.gcr.io/etcd docker image with a tag of the form "<etcd-version>-<revision>".
IMAGE_TAG=$(LATEST_ETCD_VERSION)-$(REVISION)
Expand Down

0 comments on commit 876a6c8

Please sign in to comment.