From e2ba706deb2383b94468f78fbb0af3cd6824d23f Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 6 Jun 2023 11:15:42 -0400 Subject: [PATCH] Hugo v0.113.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28a0c21..96d05fa 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.112.7 +ARG HUGO_VERSION=0.113.0 # remove/comment the following line completely to compile vanilla Hugo: ARG HUGO_BUILD_TAGS=extended