generate-tarball: use edge

This commit is contained in:
Antoine Martin 2024-08-15 01:10:55 -04:00
parent 8a41204225
commit 3c85399b0f
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -11,7 +11,7 @@ jobs:
name: Build tarball
runs-on: x86_64
container:
image: alpine:latest
image: alpine:edge
env:
CI_PROJECT_NAME: zotero
steps:
@ -43,7 +43,7 @@ jobs:
runs-on: x86_64
needs: [build-tarball]
container:
image: alpine:latest
image: alpine:edge
steps:
- name: Environment setup
run: apk add nodejs curl findutils