From a2b583f385b252ca7d34e7a87c2b8fe83d255092 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:09:55 +0000 Subject: [PATCH] Update dependency gohugoio/hugo to v0.123.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bcc1de2..88d2e2f 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.123.1 +ARG HUGO_VERSION=0.123.2 # remove/comment the following line completely to compile vanilla Hugo: ARG HUGO_BUILD_TAGS=extended