chore(deps): update alpine docker tag to v3.17.1

This commit is contained in:
Michael Kriese 2023-01-09 18:06:07 +00:00
parent 847c3a3c64
commit 1beaa7a89f
2 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ when:
pipeline: pipeline:
deps: deps:
image: alpine:3.17.0 image: alpine:3.17.1
pull: true pull: true
commands: commands:
- apk add --no-cache helm - apk add --no-cache helm
@ -19,21 +19,21 @@ pipeline:
- helm dependency build - helm dependency build
helm-lint: helm-lint:
image: alpine:3.17.0 image: alpine:3.17.1
pull: true pull: true
commands: commands:
- apk add --no-cache helm - apk add --no-cache helm
- helm lint - helm lint
helm-template: helm-template:
image: alpine:3.17.0 image: alpine:3.17.1
pull: true pull: true
commands: commands:
- apk add --no-cache helm - apk add --no-cache helm
- helm template --debug gitea-helm . - helm template --debug gitea-helm .
verify-readme: verify-readme:
image: alpine:3.17.0 image: alpine:3.17.1
pull: true pull: true
commands: commands:
- apk add --no-cache make nodejs npm git - apk add --no-cache make nodejs npm git

View file

@ -10,7 +10,7 @@ when:
pipeline: pipeline:
generate-chart: generate-chart:
image: alpine:3.17.0 image: alpine:3.17.1
pull: true pull: true
commands: commands:
- apk add --no-cache git nodejs npm helm - apk add --no-cache git nodejs npm helm
@ -36,7 +36,7 @@ pipeline:
note: tmp/changelog.md note: tmp/changelog.md
publish-chart: publish-chart:
image: alpine:3.17.0 image: alpine:3.17.1
pull: true pull: true
commands: commands:
- apk add --no-cache helm - apk add --no-cache helm