From a3439ee56786e5ebb85b9bff88215ec2ee4e5a34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:43:10 +0100 Subject: [PATCH] chore(deps): update quay.io/thegeeklab/hugo docker tag to v0.136.5 (#903) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kaussow --- .lighthouserc.yml | 2 +- .woodpecker/docs.yml | 2 +- .woodpecker/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.lighthouserc.yml b/.lighthouserc.yml index 978d57e..95c12ce 100644 --- a/.lighthouserc.yml +++ b/.lighthouserc.yml @@ -8,7 +8,7 @@ ci: - http://localhost/404.html - http://localhost/usage/getting-started/ settings: - chromeFlags: "--no-sandbox" + chromeFlags: "--no-sandbox --headless --disable-dev-shm-usage" onlyCategories: ["performance", "accessibility", "best-practices", "seo"] skipAudits: [ diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index cae659b..a1d01ff 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -44,7 +44,7 @@ steps: - event: [pull_request] - name: build - image: quay.io/thegeeklab/hugo:0.133.0 + image: quay.io/thegeeklab/hugo:0.136.5 commands: - hugo --panicOnWarning -s exampleSite/ diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index e5d2654..c1efa54 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -23,7 +23,7 @@ steps: FORCE_COLOR: "true" - name: testbuild - image: quay.io/thegeeklab/hugo:0.133.0 + image: quay.io/thegeeklab/hugo:0.136.5 commands: - mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME} - hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/