Skip to content

Commit 03461fa

Browse files
chore(deps): update dependency gohugoio/hugo to v0.124.0
1 parent 9dad19a commit 03461fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latest/Dockerfile.amd64

Lines changed: 1 addition & 1 deletion
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.124.0}"
1414

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

0 commit comments

Comments
 (0)