From 5c92dbe13e222d02fd9e8db4262affc1670a0af7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 00:00:40 +0000 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.121.1 --- service/hugo/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/hugo/Containerfile b/service/hugo/Containerfile index cb98ec3..7a2cd7b 100644 --- a/service/hugo/Containerfile +++ b/service/hugo/Containerfile @@ -6,7 +6,7 @@ ENV GOBIN=/build/bin RUN go install github.com/adnanh/webhook@latest FROM docker.io/debian:bookworm-slim@sha256:f80c45482c8d147da87613cb6878a7238b8642bcc24fc11bad78c7bec726f340 -ARG VERSION=0.119.0 # renovate: datasource=github-releases depName=gohugoio/hugo extractVersion=^v(?.*)$ +ARG VERSION=0.121.1 # renovate: datasource=github-releases depName=gohugoio/hugo extractVersion=^v(?.*)$ RUN apt-get update -y && apt-get install -y --no-install-recommends \ ca-certificates curl git gettext gosu openssh-client