Upgrading Various versions:

ChangeLog:
  - hugo version to 0.91.0 as default.
  - go version as 1.17 as default.
This commit is contained in:
Samir Faci 2021-12-21 09:44:54 -06:00
commit 6e5809d529
6 changed files with 10 additions and 8 deletions

View file

@ -2,7 +2,7 @@
set -e
hugo_version=${HUGO_VERSION:-0.87.0}
hugo_version=${HUGO_VERSION:-0.91.0}
echo "downloading build dependencies..."
apk add -U --no-cache git build-base