build(deps): upgrade hugo to v0.122.0

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-01-31 22:01:23 +01:00
parent f211c488c7
commit 55daaf94a6
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ COPY package*.json .
RUN npm install && npm cache clean --force
FROM base as hugo
ARG HUGO_VERSION=0.116.1
ARG HUGO_VERSION=0.122.0
ARG TARGETARCH
WORKDIR /bin
RUN go install github.com/gohugoio/hugo@v${HUGO_VERSION}

View File

@ -2,7 +2,7 @@
publish = "public"
[context.deploy-preview.environment]
HUGO_VERSION = "0.116.1"
HUGO_VERSION = "0.122.0"
HUGO_ENABLEGITINFO = "true"
HUGO_ENVIRONMENT = "preview"