Skip to content

Commit a3439ee

Browse files
renovate[bot]xoxys
andauthored
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 <[email protected]>
1 parent 667f9b6 commit a3439ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.lighthouserc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88
- http://localhost/404.html
99
- http://localhost/usage/getting-started/
1010
settings:
11-
chromeFlags: "--no-sandbox"
11+
chromeFlags: "--no-sandbox --headless --disable-dev-shm-usage"
1212
onlyCategories: ["performance", "accessibility", "best-practices", "seo"]
1313
skipAudits:
1414
[

.woodpecker/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ steps:
4444
- event: [pull_request]
4545

4646
- name: build
47-
image: quay.io/thegeeklab/hugo:0.133.0
47+
image: quay.io/thegeeklab/hugo:0.136.5
4848
commands:
4949
- hugo --panicOnWarning -s exampleSite/
5050

.woodpecker/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
FORCE_COLOR: "true"
2424

2525
- name: testbuild
26-
image: quay.io/thegeeklab/hugo:0.133.0
26+
image: quay.io/thegeeklab/hugo:0.136.5
2727
commands:
2828
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}
2929
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/

0 commit comments

Comments
 (0)