Skip to content

Commit

Permalink
Upgrade to Hugo 0.82.1 (googleforgames#2085)
Browse files Browse the repository at this point in the history
I got annoyed by this flakiness, so decided to do something about it.

Doing a check over the website, all looks exactly the same as per usual.

Closes googleforgames#1981
  • Loading branch information
markmandel authored May 1, 2021
1 parent 7ff9f2c commit 8452b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.s
# \_/\_/ \___|_.__/|___/_|\__\___|
#

ENV HUGO_VER 0.73.0
ENV HUGO_VER 0.82.1
RUN mkdir /tmp/hugo && \
wget -q -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v${HUGO_VER}/hugo_extended_${HUGO_VER}_Linux-64bit.tar.gz && \
tar -zxvf /tmp/hugo/hugo.tar.gz -C /tmp/hugo/ && \
Expand Down

0 comments on commit 8452b46

Please sign in to comment.