From 21a29b32682da22ec90d2cd881856c24f9aa8616 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 1 Feb 2025 19:13:59 +0000 Subject: [PATCH] chore(deps): update cibuilds/hugo docker tag to v0.143 --- 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 be8bb29..1cfda6a 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.142@sha256:139242dd290ebda2911fddac8e5df6a9f053d92e35dcb4dc42ee1566380cf679 + - image: cibuilds/hugo:0.143@sha256:3c021f7e06f0a38306c2d50419fe06142898c18edca60481aa33f2adda3c54a5 working_directory: ~/LoveIt steps: - checkout