diff --git a/docs/Makefile b/docs/Makefile index 5f8965ef1e..64e9495e8a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,8 +1,8 @@ ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST)))) VOLUMES := -v $(ROOT_DIR):/src # renovate: datasource=docker depName=klakegg/hugo -HUGO_VERSION := 0.105.0-ext -IMAGE := klakegg/hugo:$(HUGO_VERSION) +HUGO_VERSION := 0.107.0 +IMAGE := klakegg/hugo:$(HUGO_VERSION)-ext PORT := 1314 DOCKER_CMD := docker run --rm -t -e HUGO_CACHEDIR=/src/tmp/.hugo diff --git a/netlify.toml b/netlify.toml index b31b3f74bf..a6a045a04e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,7 +7,7 @@ ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../netlify.toml" [build.environment] # added specifically a docker image, so the versions within makefile and netlify documentation match # renovate: datasource=docker depName=klakegg/hugo -HUGO_VERSION = "0.105.0" +HUGO_VERSION = "0.107.0" HUGO_ENABLEGITINFO = "true" [context.deploy-preview]