Bump alpine to 1.16

Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>
This commit is contained in:
justusbunsi 2022-06-12 12:36:51 +02:00
parent 0dec8fbaf4
commit 3bd1a5aac0
No known key found for this signature in database
GPG Key ID: E0691F3DE45DCA3E

View File

@ -10,14 +10,14 @@ platform:
steps:
- name: helm lint
pull: always
image: alpine:3.15
image: alpine:3.16
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- helm lint
- name: helm template
pull: always
image: alpine:3.15
image: alpine:3.16
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- helm dependency update
@ -25,7 +25,7 @@ steps:
- name: verify readme
pull: always
image: alpine:3.15
image: alpine:3.16
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing make npm git
- make readme
@ -60,7 +60,7 @@ trigger:
steps:
- name: generate-chart
pull: always
image: alpine:3.15
image: alpine:3.16
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- apk add --no-cache curl