From 63abfffca00d1cabb1149014e27edcd60af4c93c Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 30 Mar 2023 04:20:40 +0000 Subject: [PATCH] ci(deps): update alpine docker tag to v3.17.3 (#115) Co-authored-by: Michael Kriese Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/115 --- .woodpecker/lint.yml | 10 +++++----- .woodpecker/release-version.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index d8c9e06..14bb5e3 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -11,7 +11,7 @@ when: pipeline: deps: - image: alpine:3.17.2 + image: alpine:3.17.3 pull: true commands: - apk add --no-cache helm @@ -19,21 +19,21 @@ pipeline: - helm dependency build helm-lint: - image: alpine:3.17.2 + image: alpine:3.17.3 pull: true commands: - apk add --no-cache helm - helm lint helm-template: - image: alpine:3.17.2 + image: alpine:3.17.3 pull: true commands: - apk add --no-cache helm - helm template --debug gitea-helm . helm-unittests: - image: alpine:3.17.2 + image: alpine:3.17.3 pull: true commands: - apk add --no-cache make helm git bash @@ -42,7 +42,7 @@ pipeline: - make unittests verify-readme: - image: alpine:3.17.2 + image: alpine:3.17.3 pull: true commands: - apk add --no-cache make nodejs npm git diff --git a/.woodpecker/release-version.yml b/.woodpecker/release-version.yml index 9c4c1dd..9837477 100644 --- a/.woodpecker/release-version.yml +++ b/.woodpecker/release-version.yml @@ -10,7 +10,7 @@ when: pipeline: generate-chart: - image: alpine:3.17.2 + image: alpine:3.17.3 pull: true commands: - apk add --no-cache git nodejs npm helm @@ -36,7 +36,7 @@ pipeline: note: tmp/changelog.md publish-chart: - image: alpine:3.17.2 + image: alpine:3.17.3 pull: true commands: - apk add --no-cache helm