chore: bump Dockerfile base to node:24-alpine and add git for npm git-URL deps #10
@@ -1,7 +1,7 @@
|
|||||||
FROM node:22-alpine
|
FROM node:24-alpine
|
||||||
|
|
||||||
# Install native build tools for bcrypt
|
# Install native build tools for bcrypt/better-sqlite3 + git for npm git-URL deps
|
||||||
RUN apk add --no-cache python3 make g++
|
RUN apk add --no-cache python3 make g++ git
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user