.forgejo: use alpine latest image

This commit is contained in:
Antoine Martin 2024-08-12 01:39:42 -04:00
parent 0939826a99
commit 0e3128bff2
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -38,7 +38,7 @@ jobs:
runs-on: x86_64
needs: [build-tarball]
container:
image: docker.io/node:20-bookworm
image: alpine:latest
steps:
- name: Environment setup
run: apk add nodejs curl