From ef2075668ae10740488e2f8f88a8ccf4f82d859f Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 30 Mar 2025 09:55:55 -0300 Subject: [PATCH] Update Hugo CI image version. - Use a more specific CI image version. - Pin the image to include CI tooling. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc17860..d110137 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: test_build: stage: test - image: klakegg/hugo:0.111.3-ext-alpine + image: klakegg/hugo:0.111.3-ext-alpine-ci script: - hugo version - hugo --minify