chore: bump Dockerfile base to node:24-alpine and add git for npm git-URL deps #10

Merged
brendan merged 1 commits from chore/dockerfile-git-and-node24 into main 2026-05-12 18:48:49 +00:00

1 Commits

Author SHA1 Message Date
2df7546779 chore: bump Dockerfile base to node:24-alpine and add git for npm git-URL deps
Deploy CI was failing on `npm ci` because the base image lacked `git`,
which npm needs to resolve `bchen-sqlite-migrate` from its git URL.
Bumping the base from node:22-alpine to node:24-alpine in the same change
aligns the image with authd's stack (npm 11.x) — both native deps support
Node 24 prebuilds.
2026-05-12 11:45:02 -07:00