about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-01-23 19:56:42 -0800
committerFranck Cuny <franck@fcuny.net>2022-01-23 19:56:42 -0800
commit15561e93bfedd234ba0a5da03fc1f50f15ffc796 (patch)
tree43a2587b3cb6ac0656383657ee87f495980b7a20
parentnotes: remove some columns for the various CPUs (diff)
downloadfcuny.net-15561e93bfedd234ba0a5da03fc1f50f15ffc796.tar.gz
build: use more recent version of hugo
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5e2b55a..64c0f97 100644
--- a/Dockerfile
+++ b/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