Skip to content

Commit

Permalink
chore(deps): update dependency gohugoio/hugo to v0.122.0 (#727)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent 7ea26ba commit 59beef4
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.121.2
ARG HUGO_VERSION=v0.122.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 59beef4

Please sign in to comment.