Skip to content

Commit 243c816

Browse files
chore(deps): update dependency gohugoio/hugo to v0.144.0
1 parent 9dad19a commit 243c816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latest/Dockerfile.amd64

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/owncloud-ci/hug
1010
ARG BUILD_VERSION
1111

1212
# renovate: datasource=github-releases depName=gohugoio/hugo
13-
ENV HUGO_VERSION="${BUILD_VERSION:-v0.121.0}"
13+
ENV HUGO_VERSION="${BUILD_VERSION:-v0.144.0}"
1414

1515
RUN apk --update add --virtual .build-deps curl && \
1616
HUGO_VERSION="${HUGO_VERSION##v}" && \

0 commit comments

Comments
 (0)