From 5f87fad8306beac1420debd88576ab0522634fa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 17:24:23 +0000 Subject: [PATCH] Update dependency gohugoio/hugo to v0.125.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6708c83..0f557c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.22-bookworm LABEL maintainer="Julian Nonino " # renovate: datasource=github-releases depName=gohugoio/hugo -ARG HUGO_VERSION=v0.125.6 +ARG HUGO_VERSION=v0.125.7 # renovate: datasource=github-releases depName=sass/dart-sass ARG DART_SAAS_VERSION=1.77.0