Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# `npm ci --ignore-scripts` kills install hooks; the build uses esbuild-WASM (arch-neutral,
# so the same command works on the amd64 and arm64 native builders — no per-arch esbuild
# binary to resolve).
FROM mirror.gcr.io/library/node:22-bookworm-slim AS web
FROM mirror.gcr.io/library/node:26-bookworm-slim AS web
WORKDIR /web
COPY engine/web/package.json engine/web/package-lock.json ./
RUN npm ci --ignore-scripts
Expand Down
Loading