Use alpine edge in workflow

This commit is contained in:
daudix
2024-06-27 04:26:16 +03:00
parent 494cb5474f
commit 114b348581

View File

@ -13,7 +13,7 @@ clone:
steps:
# Build zola static files
build:
image: alpine:3.20.1
image: alpine:edge
commands:
- apk add zola
- zola --version