From bb186cc018fbe920b550aa94348bacdf3e04e3c4 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 10 Apr 2025 22:01:55 +0000 Subject: [PATCH] chore(deps): update cibuilds/hugo docker tag to v0.146 --- 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 68a8e71..08026e4 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.145@sha256:6fbdd8f339c6b6912d8490e9126f501a074096e3e468163166ba26dc2b7a46c8 + - image: cibuilds/hugo:0.146@sha256:6f9bdf6110b33cb26512bd8c76ff294045cfe28d2d5d89849a6b81dedcd47022 working_directory: ~/LoveIt steps: - checkout