From 8a05ea23cbaa45550dd4bf0b0e0aa615527ada5a Mon Sep 17 00:00:00 2001 From: Jim Angel Date: Mon, 9 Dec 2019 20:47:28 -0600 Subject: [PATCH] Fixes Hugo error (#18045) 6:16:23 PM: [FAILURE] The Hugo version set in the Makefile is 0.53 while the version in netlify.toml is 0.57.2 6:16:23 PM: [FAILURE] Please update these versions so that they are same (consider the higher of the two versions as --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f44e04b46e..10f9a78471 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