From 9733fc0fa64ca62e25b3013bf3168be052f62cc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:29:06 +0000 Subject: [PATCH] Update dependency gohugoio/hugo to v0.124.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49b551c..04777aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # the following version can be overridden at image build time with --build-arg # renovate: datasource=github-releases depName=gohugoio/hugo -ARG HUGO_VERSION=0.124.0 +ARG HUGO_VERSION=0.124.1 # remove/comment the following line completely to compile vanilla Hugo: ARG HUGO_BUILD_TAGS=extended