B1: React Query deeper adoption (P1–P3) #86

Closed
null wants to merge 340 commits from branch/b1-react-query into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit c0cb02dbd9 - Show all commits

View File

@ -1,5 +1,5 @@
# ── Stage 1: Build ─────────────────────────────────────────
FROM node:18-alpine AS builder
FROM node:22-alpine AS builder
WORKDIR /app
# native build deps (better-sqlite3 etc)
@ -17,7 +17,7 @@ RUN npm run build
# ── Stage 2: Runtime ───────────────────────────────────────
FROM node:18-alpine
FROM node:22-alpine
WORKDIR /app
# minimal tools for debugging inside container + privilege drop in entrypoint