diff --git a/jenkins-agents/jenkins-agent-hugo/Dockerfile b/jenkins-agents/jenkins-agent-hugo/Dockerfile index 8826b2124..011eae147 100644 --- a/jenkins-agents/jenkins-agent-hugo/Dockerfile +++ b/jenkins-agents/jenkins-agent-hugo/Dockerfile @@ -1,7 +1,7 @@ FROM quay.io/openshift/origin-jenkins-agent-base:4.14 # renovate: datasource=github-releases depName=gohugoio/hugo -ENV HUGO_VERSION=v0.83.1 +ENV HUGO_VERSION=v0.121.1 RUN curl -sL https://github.com/gohugoio/hugo/releases/download/${HUGO_VERSION}/hugo_extended_${HUGO_VERSION//v}_Linux-64bit.tar.gz \ | tar zxf - -C /usr/local/bin hugo