Skip to content

Commit

Permalink
Merge pull request #1679 from dgageot/update-hugo
Browse files Browse the repository at this point in the history
Update HUGO
  • Loading branch information
priyawadhwa authored Feb 20, 2019
2 parents 7232809 + d8f635f commit c26ce40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c26ce40

Please sign in to comment.