.forgejo: use ubuntu latest image instead of alpine

This commit is contained in:
Antoine Martin 2024-08-12 00:14:49 -04:00
parent 68eb2c1e67
commit be5b988d91
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -37,7 +37,7 @@ jobs:
runs-on: x86_64
needs: [build-tarball]
container:
imagine: alpine:latest
imagine: ubuntu:latest
steps:
- name: Environment setup
run: apk add nodejs