From c85649570c00129802b70bdc9b56cf3a8acc3ac7 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 27 Feb 2025 16:04:20 +0000 Subject: [PATCH] chore(deps): update cibuilds/hugo docker tag to v0.145 --- 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 5e539a1..68a8e71 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.144@sha256:4e3c0d18aca8d9913b83170fcab4a0bd5db7ce701a6ce5908f0da1e8012a43c2 + - image: cibuilds/hugo:0.145@sha256:6fbdd8f339c6b6912d8490e9126f501a074096e3e468163166ba26dc2b7a46c8 working_directory: ~/LoveIt steps: - checkout