Skip to content

Commit 372ad49

Browse files
chore(deps): update node.js to v24
1 parent b2a1127 commit 372ad49

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
@@ -14,7 +14,7 @@ RUN bun panda codegen && bun run build
1414
# Bun doesn't properly resolve externalized Nitro packages (srvx, react-dom/server)
1515
# Error: Cannot find package 'srvx' from '/app/.output/server/chunks/virtual/entry.mjs'
1616
# Error: Cannot find module 'react-dom/server'
17-
FROM node:22-alpine AS runner
17+
FROM node:24-alpine AS runner
1818
WORKDIR /app
1919
ENV NODE_ENV=production
2020

0 commit comments

Comments
 (0)