diff --git a/jenkins-agents/jenkins-agent-hugo/Dockerfile b/jenkins-agents/jenkins-agent-hugo/Dockerfile index 3fb784d26..76769b88f 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.134.2 +ARG HUGO_VERSION=v0.139.4 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 && \