File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM node:23 -alpine AS base
1+ FROM node:26 -alpine AS base
22
33# Install dependencies only when needed
44FROM base AS deps
Original file line number Diff line number Diff line change 11# PlanX API with demo auth overlay
22# Multi-stage build from the PlanX monorepo
3- FROM node:24.14 -alpine AS build
3+ FROM node:26.1 -alpine AS build
44
55RUN corepack enable && corepack prepare pnpm@latest --activate
66
@@ -22,7 +22,7 @@ RUN cd api.planx.uk && pnpm build
2222COPY overlays/demo-auth.js /app/api.planx.uk/dist/demo-auth.js
2323
2424# Production stage
25- FROM node:24.14 -alpine AS production
25+ FROM node:26.1 -alpine AS production
2626
2727RUN corepack enable && corepack prepare pnpm@latest --activate
2828
Original file line number Diff line number Diff line change 11# PlanX Editor - pre-built SPA served by nginx
22# Multi-stage build from the PlanX monorepo
3- FROM node:24.14 -alpine AS build
3+ FROM node:26.1 -alpine AS build
44
55RUN corepack enable && corepack prepare pnpm@latest --activate
66
Original file line number Diff line number Diff line change 11# PlanX ShareDB — real-time collaborative editing via WebSocket
22# Multi-stage build from the PlanX monorepo
3- FROM node:24.14 -alpine AS build
3+ FROM node:26.1 -alpine AS build
44
55RUN corepack enable && corepack prepare pnpm@latest --activate
66
@@ -18,7 +18,7 @@ RUN cd sharedb.planx.uk && (pnpm install --frozen-lockfile || pnpm install)
1818# ShareDB has no build step — server.js runs directly from source.
1919
2020# Production stage
21- FROM node:24.14 -alpine AS production
21+ FROM node:26.1 -alpine AS production
2222
2323WORKDIR /app
2424
You can’t perform that action at this time.
0 commit comments