diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6aea02..315710c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: build-apk: name: Build Alpine Package runs-on: linux - container: alpine:latest + container: node:18-alpine steps: - uses: actions/checkout@v4 with: