Skip to content

Commit 4d4d6d5

Browse files
chore(deps): update dependency gohugoio/hugo to v0.148.2
1 parent 5eb1cfe commit 4d4d6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins-agents/jenkins-agent-hugo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
66
USER root
77

88
# renovate: datasource=github-releases depName=gohugoio/hugo
9-
ARG HUGO_VERSION=v0.147.2
9+
ARG HUGO_VERSION=v0.148.2
1010
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 && \
1111
tar -xzf /tmp/hugo.tar.gz && \
1212
mv hugo /usr/local/bin/hugo && \

0 commit comments

Comments
 (0)