mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
build(deps): upgrade hugo to v0.122.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user