Update Hugo version
parent
7acae8a086
commit
400e10a832
|
@ -4,7 +4,7 @@
|
|||
# change is that the Hugo version is now an overridable argument rather than a fixed
|
||||
# environment variable.
|
||||
|
||||
FROM golang:1.16-alpine
|
||||
FROM golang:1.18-alpine
|
||||
|
||||
LABEL maintainer="Luc Perkins <lperkins@linuxfoundation.org>"
|
||||
|
||||
|
@ -24,7 +24,7 @@ RUN mkdir $HOME/src && \
|
|||
cd "hugo-${HUGO_VERSION}" && \
|
||||
go install --tags extended
|
||||
|
||||
FROM golang:1.16-alpine
|
||||
FROM golang:1.18-alpine
|
||||
|
||||
RUN apk add --no-cache \
|
||||
runuser \
|
||||
|
|
|
@ -8,7 +8,7 @@ command = "git submodule update --init --recursive --depth 1 && make non-product
|
|||
|
||||
[build.environment]
|
||||
NODE_VERSION = "10.20.0"
|
||||
HUGO_VERSION = "0.87.0"
|
||||
HUGO_VERSION = "0.97.0"
|
||||
RUBY_VERSION = "3.0.1"
|
||||
|
||||
[context.production.environment]
|
||||
|
|
Loading…
Reference in New Issue