Bump etcd base image to go1.7.6

pull/6/head
Christoph Blecker 2017-05-29 09:38:27 -07:00
parent f3d3b0b092
commit 79a7dc218e
No known key found for this signature in database
GPG Key ID: B34A59A9D39F838B
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ TAGS?=2.2.1 2.3.7 3.0.17
REGISTRY_TAG?=3.0.17
ARCH?=amd64
REGISTRY?=gcr.io/google_containers
GOLANG_VERSION?=1.7.5
GOLANG_VERSION?=1.7.6
GOARM=7
TEMP_DIR:=$(shell mktemp -d)