fix: use alpine docker image for CI build
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
LordMZTE 2023-07-22 22:20:34 +02:00
parent 2c8e7c2b86
commit c4a3011d9f
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -1,7 +1,8 @@
pipeline:
build:
image: januson/zola:latest
image: alpine
commands:
- apk add zola
- zola build
upload: