upgrade build image to v1.10 dependencies

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2018-04-10 11:57:24 -07:00
parent 989169dcfe
commit c7b52bf1fe

View File

@@ -16,6 +16,6 @@ FROM gcr.io/heptio-images/golang:1.9-alpine3.6
RUN mkdir -p /go/src/k8s.io && \
cd /go/src/k8s.io && \
git clone -b kubernetes-1.9.0 https://github.com/kubernetes/code-generator && \
git clone -b kubernetes-1.9.0 https://github.com/kubernetes/apimachinery && \
git clone -b kubernetes-1.10.0 https://github.com/kubernetes/code-generator && \
git clone -b kubernetes-1.10.0 https://github.com/kubernetes/apimachinery && \
echo chmod -R a+w /go