pin alpine container version for zola compatibility
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M .forgejo/workflows/zola.yaml → .forgejo/workflows/zola.yaml
@@ -21,7 +21,7 @@ publish: # You can find the list of available runners on https://codeberg.org/actions/meta, or run one yourself. runs-on: codeberg-tiny-lazy container: - image: "alpine:edge" + image: "alpine:3.23" steps: - name: Install CI prerequisites run: |