From 41ea6d49fb2cbade84e9166c6c52d500df81d233 Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Sun, 27 Oct 2019 12:21:24 -0700 Subject: [PATCH] Update master to Hugo version 0.57.2 (#16814) Update Makefile for 0.57.2 --- Makefile | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e27d08956..e8a2ee6fde 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/netlify.toml b/netlify.toml index b0fee252ca..a312d030e1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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/"