Skip to content

Commit e4d32da

Browse files
authored
chore: bump to node 24 (#864)
1 parent 97bafa0 commit e4d32da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FROM ci as clean
2121
# below command removes the packages specified in devDependencies and set NODE_ENV to production
2222
RUN npm prune --production
2323
# --------------- Production stage
24-
FROM node:22-alpine AS prod
24+
FROM node:24-alpine AS prod
2525

2626
ENV NODE_ENV=production
2727
ENV NODE_PATH='dist'

0 commit comments

Comments
 (0)