From 9a461da71a68fdd092a9417b8eb41e7b682a1b09 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Mon, 3 Jul 2023 13:03:54 +0000 Subject: [PATCH] ci(deps): update alpine docker tag to v3.18.2 (#150) Co-authored-by: Michael Kriese Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/150 --- .woodpecker/lint.yml | 12 ++++++------ .woodpecker/release-version.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 3c96293..4734c9b 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -11,28 +11,28 @@ when: pipeline: deps: - image: alpine:3.18.0 + image: alpine:3.18.2 pull: true commands: - apk add helm - helm dependency build helm-lint: - image: alpine:3.18.0 + image: alpine:3.18.2 pull: true commands: - apk add helm - helm lint helm-template: - image: alpine:3.18.0 + image: alpine:3.18.2 pull: true commands: - apk add helm - helm template --debug gitea-helm . helm-unittests: - image: alpine:3.18.0 + image: alpine:3.18.2 pull: true commands: - apk add make helm git bash @@ -41,7 +41,7 @@ pipeline: - make unittests verify-readme: - image: alpine:3.18.0 + image: alpine:3.18.2 pull: true commands: - apk add make nodejs npm git @@ -49,7 +49,7 @@ pipeline: - git diff --exit-code --name-only README.md yaml-lint: - image: alpine:3.18.0 + image: alpine:3.18.2 pull: true commands: - apk add yamllint diff --git a/.woodpecker/release-version.yml b/.woodpecker/release-version.yml index 110df98..5f727bb 100644 --- a/.woodpecker/release-version.yml +++ b/.woodpecker/release-version.yml @@ -10,7 +10,7 @@ when: pipeline: generate-chart: - image: alpine:3.18.0 + image: alpine:3.18.2 pull: true commands: - apk add git nodejs npm helm @@ -36,7 +36,7 @@ pipeline: target: main publish-chart: - image: alpine:3.18.0 + image: alpine:3.18.2 pull: true commands: - apk add helm