Skip to content

Commit

Permalink
chore(deps): update dependency gohugoio/hugo to v0.121.1 (#656)
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 Dec 13, 2023
1 parent 95d444e commit 2ab1333
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
@@ -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
Expand Down

0 comments on commit 2ab1333

Please sign in to comment.