From 58c510e88e9b999cfc73dbabb44b886527c6011b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Feb 2026 20:10:22 +0000 Subject: [PATCH] chore(deps): update cibuilds/hugo docker tag to v0.157 (#194) --- 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 140add8..35b5586 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.156@sha256:729fd6dcc7ba3aee517e058baac2fd54a02e4143dbc176e2d2a324f6c5a29a9f + - image: cibuilds/hugo:0.157@sha256:8509a37e79c200daab3ed991fcf599e67df0690f226dc3d2db0cf84f515e20ae working_directory: ~/LoveIt steps: - checkout