Skip to content

Commit

Permalink
chore(deps): update dependency gohugoio/hugo to v0.136.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 3c9a63a commit e192090
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.134.2
ARG HUGO_VERSION=v0.136.1
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 e192090

Please sign in to comment.