From c8e4b1501814ee0b253f52e5358eecf9e11b5947 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 21 Oct 2025 18:05:58 +0000 Subject: [PATCH] chore(deps): update cibuilds/hugo docker tag to v0.152 --- themes/LoveIt/.circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/LoveIt/.circleci/config.yml b/themes/LoveIt/.circleci/config.yml index 4159e76..0232d6c 100644 --- a/themes/LoveIt/.circleci/config.yml +++ b/themes/LoveIt/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: build-check: docker: - - image: cibuilds/hugo:0.151@sha256:ecc6cc59a9de3284202541d981acbf0907dbb968ff0ea38b23951cf49aa4243b + - image: cibuilds/hugo:0.152@sha256:e4b51577ec8c236439dc1f059fb3844fd7a821ed040c5aab42fac80e87710a33 working_directory: ~/LoveIt steps: - checkout