From d8f635f7d6e90b057f1fb878d841ba3941ffa180 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Wed, 20 Feb 2019 22:22:05 +0100 Subject: [PATCH] Update HUGO Signed-off-by: David Gageot --- deploy/webhook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/webhook/Dockerfile b/deploy/webhook/Dockerfile index 26aee69f858..322412642d9 100644 --- a/deploy/webhook/Dockerfile +++ b/deploy/webhook/Dockerfile @@ -19,7 +19,7 @@ ENV KUBECTL_VERSION v1.12.0 RUN curl -Lo /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl && \ chmod +x /usr/local/bin/kubectl -ENV HUGO_VERSION=0.51 +ENV HUGO_VERSION=0.54.0 RUN curl -LO https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz && \ tar -xzf hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz && \ mv hugo /usr/local/bin/hugo