diff --git a/Makefile b/Makefile index 9318b4ee4f..6ae092fc6b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DOCKER = docker -HUGO_VERSION = 0.44 +HUGO_VERSION = 0.47.1 DOCKER_IMAGE = kubernetes-hugo DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(PWD):/src diff --git a/netlify.toml b/netlify.toml index cfcfc26685..3aee9b5327 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,7 +6,7 @@ publish = "public" command = "hugo --enableGitInfo && cp netlify_noindex_headers.txt public/_headers" [build.environment] -HUGO_VERSION = "0.46" +HUGO_VERSION = "0.47.1" [context.production.environment] HUGO_BASEURL = "https://kubernetes.io/"