Update master to Hugo version 0.57.2 (#16814)

Update Makefile for 0.57.2
pull/17234/head
Zach Corleissen 2019-10-27 12:21:24 -07:00 committed by Kubernetes Prow Robot
parent 99895de868
commit 41ea6d49fb
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
DOCKER = docker
HUGO_VERSION = 0.53
HUGO_VERSION = 0.57.2
DOCKER_IMAGE = kubernetes-hugo
DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(CURDIR):/src
NODE_BIN = node_modules/.bin

View File

@ -7,7 +7,7 @@ functions = "functions"
command = "make non-production-build"
[build.environment]
HUGO_VERSION = "0.53"
HUGO_VERSION = "0.57.2"
[context.production.environment]
HUGO_BASEURL = "https://kubernetes.io/"