File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - name : Install Node.js
2727 uses : actions/setup-node@v6
2828 with :
29- node-version : ' 24.x '
29+ node-version : ' 24.0.2 '
3030
3131 # If pnpm is used, you need to switch the previous step with the following one. pnpm does not create a package-lock.json
3232 # so the step above will fail to pull dependencies
Original file line number Diff line number Diff line change 2525
2626 - uses : actions/setup-node@v6
2727 with :
28- node-version : 24.x
28+ node-version : 24.0.2
2929
3030 - name : Cache pnpm modules
3131 uses : actions/cache@v5
Original file line number Diff line number Diff line change 11# Rebuild the source code only when needed
2- FROM node:24-alpine AS builder
2+ FROM node:24.0.2 -alpine AS builder
33
44RUN apk add --no-cache libc6-compat git
55RUN npm i -g pnpm
@@ -13,7 +13,7 @@ RUN npm run build
1313# RUN npm run build
1414
1515# Production image, copy all the files and run next
16- FROM node:24-alpine AS runner
16+ FROM node:24.0.2 -alpine AS runner
1717WORKDIR /app
1818
1919ENV NODE_ENV production
You can’t perform that action at this time.
0 commit comments