use alpine as image

This commit is contained in:
6543 2024-01-12 21:57:23 +01:00
parent 647cd2b1f3
commit e9b8a22daa
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862

View file

@ -26,8 +26,9 @@ variables:
steps: steps:
lint: lint:
image: docker.io/koalaman/shellcheck image: alpine:3.19
commands: commands:
- apk add -U shellcheck
- shellcheck *.sh - shellcheck *.sh
# TODO: add test of fresh build kaniko # TODO: add test of fresh build kaniko