From 669722c47a9d450ee6c1d7aa0d332ff0ef0628f6 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 25 May 2023 12:12:03 -0400 Subject: [PATCH] Hugo v0.112.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b1d7c4..82963ca 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.1 +ARG HUGO_VERSION=0.112.2 # remove/comment the following line completely to compile vanilla Hugo: ARG HUGO_BUILD_TAGS=extended