From b0452e5b5ad807eaf50ad4300717eb8276738db5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:58:34 +0100 Subject: [PATCH] Update dependency gohugoio/hugo to v0.125.1 (#43) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3e85dd..fb64199 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.0 +ARG HUGO_VERSION=v0.125.1 # renovate: datasource=github-releases depName=sass/dart-sass ARG DART_SAAS_VERSION=1.75.0