diff options
author | Franck Cuny <franck@fcuny.net> | 2022-01-23 19:56:42 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-01-23 19:56:42 -0800 |
commit | c6cb3d5046ec75f33fea88b43eeec1b8cd658adf (patch) | |
tree | adb6401385cd810bb069f3a730b756ea7876a161 /users | |
parent | notes: remove some columns for the various CPUs (diff) | |
download | world-c6cb3d5046ec75f33fea88b43eeec1b8cd658adf.tar.gz |
build: use more recent version of hugo
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/notes/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/notes/Dockerfile b/users/fcuny/notes/Dockerfile index 5e2b55a..64c0f97 100644 --- a/users/fcuny/notes/Dockerfile +++ b/users/fcuny/notes/Dockerfile @@ -1,4 +1,4 @@ -FROM klakegg/hugo:0.83.1-ext-alpine-onbuild AS hugo +FROM klakegg/hugo:0.91.2-ext-alpine-onbuild AS hugo FROM pierrezemb/gostatic |