.forgejo: use alpine latest image
This commit is contained in:
parent
0939826a99
commit
0e3128bff2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue