fix(ci): use node:24-slim (glibc) instead of Alpine (musl) #655

Merged
jason.woltje merged 1 commits from fix/ci-glibc-image into main 2026-03-02 01:40:38 +00:00
Showing only changes of commit 2b7d340264 - Show all commits

View File

@@ -29,9 +29,10 @@ when:
- ".trivyignore"
variables:
- &node_image "node:24-alpine"
- &node_image "node:24-slim"
- &install_deps |
corepack enable
apt-get update && apt-get install -y --no-install-recommends python3 make g++
pnpm config set store-dir /root/.local/share/pnpm/store
pnpm install --frozen-lockfile
- &use_deps |