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:22.22 .0-alpine3.22@sha256:7aa86fa052f6e4b101557ccb56717cb4311be1334381f526fe013418fe157384 AS base
1+ FROM node:24.14 .0-alpine3.22@sha256:76db75ca7e7da9148ae42c92d9be12d12a8d7b03e171f18339355d8078d644a0 AS base
22ARG SOURCE_DATE_EPOCH
33ARG TARGETPLATFORM
44ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64}
@@ -33,7 +33,7 @@ RUN pnpm build
3333
3434RUN rm -rf .next/cache
3535
36- FROM node:22.22 .0-alpine3.22@sha256:7aa86fa052f6e4b101557ccb56717cb4311be1334381f526fe013418fe157384
36+ FROM node:24.14 .0-alpine3.22@sha256:76db75ca7e7da9148ae42c92d9be12d12a8d7b03e171f18339355d8078d644a0
3737ARG SOURCE_DATE_EPOCH
3838ARG COMMIT_TAG
3939ENV NODE_ENV=production
Original file line number Diff line number Diff line change 1- FROM node:22.22 .0-alpine3.22@sha256:7aa86fa052f6e4b101557ccb56717cb4311be1334381f526fe013418fe157384
1+ FROM node:24.14 .0-alpine3.22@sha256:76db75ca7e7da9148ae42c92d9be12d12a8d7b03e171f18339355d8078d644a0
22
33ENV PNPM_HOME="/pnpm"
44ENV PATH="$PNPM_HOME:$PATH"
Original file line number Diff line number Diff line change 179179 "typescript" : " 5.4.5"
180180 },
181181 "engines" : {
182- "node" : " ^22 .0.0" ,
182+ "node" : " ^24 .0.0" ,
183183 "pnpm" : " ^10.0.0"
184184 },
185185 "config" : {
You can’t perform that action at this time.
0 commit comments