We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ea33e commit 8c30415Copy full SHA for 8c30415
1 file changed
jenkins-agents/jenkins-agent-hugo/Dockerfile
@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
6
USER root
7
8
# renovate: datasource=github-releases depName=gohugoio/hugo
9
-ARG HUGO_VERSION=v0.147.2
+ARG HUGO_VERSION=v0.152.0
10
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 && \
11
tar -xzf /tmp/hugo.tar.gz && \
12
mv hugo /usr/local/bin/hugo && \
0 commit comments