diff --git a/Makefile b/Makefile index 21a9c67..2eab619 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -HUGO_VERSION = 0.70.0 +HUGO_VERSION = 0.76.2 DOCKER_IMG := klakegg/hugo:$(HUGO_VERSION)-ext SERVE_CMD = server --buildDrafts --buildFuture --disableFastRender --ignoreCache diff --git a/netlify.toml b/netlify.toml index b209af7..e857c90 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" command = "make production-build" [build.environment] -HUGO_VERSION = "0.70.0" +HUGO_VERSION = "0.76.2" NODE_VERSION = "12" [context.deploy-preview]