From 46bd006078daa69b9f457e9c6793916d6533c06b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 Jan 2025 13:05:02 +0000 Subject: [PATCH] fix(deps): update ghcr.io/gohugoio/hugo docker tag to v0.142.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index db90929..7cff19f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/gohugoio/hugo:v0.141.0 as builder +FROM ghcr.io/gohugoio/hugo:v0.142.0 as builder COPY --chown=hugo:hugo .git .git COPY --chown=hugo:hugo content content