From 67e8be79806c6e976691e0de57ee841460f8ded1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Jan 2022 17:10:20 +0000 Subject: [PATCH] Update docker.io/cibuilds/hugo Docker tag to v0.92 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2f6637..2753fd5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ spellcheck: - mdspell -r -n -a --en-gb "content/posts/*.md" "content/posts/*.markdown" build: - image: docker.io/cibuilds/hugo:0.91 + image: docker.io/cibuilds/hugo:0.92 stage: build variables: HUGO_ENV: production