Upgrading Various versions:
ChangeLog: - hugo version to 0.91.0 as default. - go version as 1.17 as default.
This commit is contained in:
parent
442afc9b58
commit
6e5809d529
6 changed files with 10 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
ARG GO_VERSION=1.16.7
|
||||
ARG GO_VERSION=1.17
|
||||
|
||||
FROM amd64/golang:$GO_VERSION-alpine AS hugo_builder
|
||||
|
||||
ARG HUGO_VERSION=0.87.0
|
||||
ARG HUGO_VERSION=0.91.0
|
||||
|
||||
ADD docker/scripts/build_hugo.sh .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue