From f2ab7e53dbfc8669a19278b7d4da7a5e79db7c43 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 16 Jan 2025 22:52:12 +0000 Subject: [PATCH] chore(deps): update cibuilds/hugo docker tag to v0.141 --- 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 1c5a325..d38eee7 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.140@sha256:f27aabab31c71c955ad14dbd3a592000eaf4b237c8147bff94426e602587fc70 + - image: cibuilds/hugo:0.141@sha256:d978073ef292c72a157180e3fa33a593e4d89447a09673325b307beaacee3844 working_directory: ~/LoveIt steps: - checkout