From f5a20f7d64a70f7965beeb1e5492fc66efb7e550 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 23 Nov 2024 15:04:29 +0000 Subject: [PATCH] fix(deps): update ghcr.io/gohugoio/hugo docker tag to v0.139.1 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 42e42c6..dea8dd7 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/gohugoio/hugo:v0.139.0 as builder +FROM ghcr.io/gohugoio/hugo:v0.139.1 as builder COPY --chown=hugo:hugo .git .git COPY --chown=hugo:hugo content content