From 34dfac84f021b4a191c7c7702ce9b76df572947f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 Dec 2024 17:34:16 +0000 Subject: [PATCH] fix(deps): update ghcr.io/gohugoio/hugo docker tag to v0.139.4 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 26476cd..458d65f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/gohugoio/hugo:v0.139.3 as builder +FROM ghcr.io/gohugoio/hugo:v0.139.4 as builder COPY --chown=hugo:hugo .git .git COPY --chown=hugo:hugo content content