diff --git a/apps/api/Dockerfile b/apps/api/Dockerfile index 6505cbd4..26d927ae 100644 --- a/apps/api/Dockerfile +++ b/apps/api/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24-alpine@sha256:fb71d01345f11b708a3553c66e7c74074f2d506400ea81973343d915cb64eef0 AS base +FROM node:26-alpine@sha256:a2dc166a387cc6ca1e62d0c8e265e49ca985d6e60abc9fe6e6c3d6ce8e63f606 AS base # Read the pnpm version directly from the repo root package.json to ensure # lockfile resolution stays reproducible across local and CI Docker builds. COPY package.json /tmp/package.json @@ -86,7 +86,7 @@ WORKDIR /app/apps/api RUN pnpm build # Production image -FROM node:24-alpine@sha256:fb71d01345f11b708a3553c66e7c74074f2d506400ea81973343d915cb64eef0 AS runner +FROM node:26-alpine@sha256:a2dc166a387cc6ca1e62d0c8e265e49ca985d6e60abc9fe6e6c3d6ce8e63f606 AS runner WORKDIR /app # curl is required by the container healthcheck (generated from