From 5449849b06c2fff200bcbc1f041c3e03a3ab3b60 Mon Sep 17 00:00:00 2001 From: Stephen Haynes Date: Wed, 26 Sep 2018 16:34:44 +1000 Subject: [PATCH] update to kustomize 1.0.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b2e7602acaf5e..1db23906bbba3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ RUN wget https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VERSION}-li mv /tmp/linux-amd64/helm /usr/local/bin/helm # Install kustomize -ENV KUSTOMIZE_VERSION=1.0.7 +ENV KUSTOMIZE_VERSION=1.0.8 RUN curl -L -o /usr/local/bin/kustomize https://github.com/kubernetes-sigs/kustomize/releases/download/v${KUSTOMIZE_VERSION}/kustomize_${KUSTOMIZE_VERSION}_linux_amd64 && \ chmod +x /usr/local/bin/kustomize