Update Alpine Linux build workflow to use Node.js Alpine container
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 13s
Build Debian Package / build-debian (push) Successful in 1m35s

- Switch container from node:latest to node:current-alpine
- Ensure consistent Alpine Linux environment for build process
This commit is contained in:
2025-02-01 06:31:00 +00:00
parent 1e4c5b630c
commit ebed40b93d

View File

@@ -14,7 +14,7 @@ env:
jobs:
build-alpine:
runs-on: ubuntu-latest
container: node:latest
container: node:current-alpine
steps:
- name: Checkout repository