From 07dcc47ee9b28e9f1f08a8d97254e026899b3f8c Mon Sep 17 00:00:00 2001 From: Simon Schrottner Date: Mon, 6 Mar 2023 08:51:17 +0100 Subject: [PATCH] chore: fixing missing dependency Signed-off-by: Simon Schrottner --- docs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 5f8965ef1e2..64e9495e8a9 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