Skip to content

Commit

Permalink
chore(deps): update dependency gohugoio/hugo to v0.128.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 25, 2024
1 parent 86c5bb2 commit 98a7e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-hugo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
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 && \
Expand Down

0 comments on commit 98a7e7c

Please sign in to comment.