We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dad19a commit 243c816Copy full SHA for 243c816
latest/Dockerfile.amd64
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/owncloud-ci/hug
10
ARG BUILD_VERSION
11
12
# renovate: datasource=github-releases depName=gohugoio/hugo
13
-ENV HUGO_VERSION="${BUILD_VERSION:-v0.121.0}"
+ENV HUGO_VERSION="${BUILD_VERSION:-v0.144.0}"
14
15
RUN apk --update add --virtual .build-deps curl && \
16
HUGO_VERSION="${HUGO_VERSION##v}" && \
0 commit comments