Skip to content

Commit b230610

Browse files
Update Node.js to v24
1 parent 1f3b689 commit b230610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/container/templates/npx.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-alpine AS builder
1+
FROM node:24-alpine AS builder
22

33
{{if .CACertContent}}
44
# Add custom CA certificate BEFORE any network operations
@@ -46,7 +46,7 @@ RUN npm install --save {{.MCPPackage}}
4646
{{end}}
4747

4848
# Final stage - runtime image with pre-installed packages
49-
FROM node:22-alpine
49+
FROM node:24-alpine
5050

5151
{{if .CACertContent}}
5252
# Add custom CA certificate for runtime

0 commit comments

Comments
 (0)