From 92a63f4e02cff0c6abfc499aa8517fedd853baca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:18:21 +0100 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.128.2 (#830) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- jenkins-agents/jenkins-agent-hugo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-agents/jenkins-agent-hugo/Dockerfile b/jenkins-agents/jenkins-agent-hugo/Dockerfile index 3d29363f3..0163fd8b7 100644 --- a/jenkins-agents/jenkins-agent-hugo/Dockerfile +++ b/jenkins-agents/jenkins-agent-hugo/Dockerfile @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"] USER root # renovate: datasource=github-releases depName=gohugoio/hugo -ARG HUGO_VERSION=v0.126.1 +ARG HUGO_VERSION=v0.128.2 RUN curl -L "https://github.com/gohugoio/hugo/releases/download/${HUGO_VERSION}/hugo_extended_${HUGO_VERSION//v}_Linux-64bit.tar.gz" -o /tmp/hugo.tar.gz && \ tar -xzf /tmp/hugo.tar.gz && \ mv hugo /usr/local/bin/hugo && \