mirror of https://github.com/docker/docs.git
build(deps): upgrade hugo to v0.122.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
f211c488c7
commit
55daaf94a6
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue