File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- nodejs 23.10 .0
2- pnpm 10.7.0
1+ nodejs 23.11 .0
2+ pnpm 10.7.1
Original file line number Diff line number Diff line change 11# Base stage with pnpm setup
2- FROM node:23.10 .0-slim AS base
2+ FROM node:23.11 .0-slim AS base
33ENV PNPM_HOME="/pnpm"
44ENV PATH="$PNPM_HOME:$PATH"
55RUN corepack enable
@@ -20,7 +20,7 @@ COPY . .
2020RUN pnpm run build
2121
2222# Final stage - combine production dependencies and build output
23- FROM node:23.10 .0-alpine AS runner
23+ FROM node:23.11 .0-alpine AS runner
2424WORKDIR /app
2525COPY --from=prod-deps --chown=node:node /app/node_modules ./node_modules
2626COPY --from=build --chown=node:node /app/dist ./dist
Original file line number Diff line number Diff line change 5353 "sourcemap" : true ,
5454 "clean" : true
5555 },
56- "packageManager" :
" [email protected] .0 " 56+ "packageManager" :
" [email protected] .1 " 5757}
You can’t perform that action at this time.
0 commit comments