Update to Hugo 0.51 (#2921)

This commit is contained in:
Martin Taillefer 2018-11-26 16:51:25 -08:00 committed by GitHub
parent 06d546c52c
commit 1d8f547826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: gcr.io/istio-testing/website-builder:2018-10-08
- image: gcr.io/istio-testing/website-builder:2018-11-26
working_directory: ~/site

View File

@ -1,5 +1,5 @@
img := gcr.io/istio-testing/website-builder:2018-10-08
img := gcr.io/istio-testing/website-builder:2018-11-26
docker := docker run -t -i --sig-proxy=true --rm -v $(shell pwd):/site -w /site $(img)
ifeq ($(CONTEXT),production)

View File

@ -3,4 +3,4 @@
command = "make netlify"
[build.environment]
HUGO_VERSION = "0.49"
HUGO_VERSION = "0.51"

View File

@ -17,7 +17,7 @@ RUN apk add --no-cache \
bash \
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ --allow-untrusted gnu-libiconv
ENV HUGO_VERSION=0.49
ENV HUGO_VERSION=0.51
ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz /tmp
RUN tar -xf /tmp/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz -C /tmp \
&& mkdir -p /usr/local/sbin \