From 38d51a276e2c01bfd1113ed9c87a304a4c3f5daa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:40:48 +0000 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.140.0 --- latest/Dockerfile.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64 index 1901071f..bc62ecb7 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/owncloud-ci/hug ARG BUILD_VERSION # renovate: datasource=github-releases depName=gohugoio/hugo -ENV HUGO_VERSION="${BUILD_VERSION:-v0.121.0}" +ENV HUGO_VERSION="${BUILD_VERSION:-v0.140.0}" RUN apk --update add --virtual .build-deps curl && \ HUGO_VERSION="${HUGO_VERSION##v}" && \