We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3b689 commit b230610Copy full SHA for b230610
pkg/container/templates/npx.tmpl
@@ -1,4 +1,4 @@
1
-FROM node:22-alpine AS builder
+FROM node:24-alpine AS builder
2
3
{{if .CACertContent}}
4
# Add custom CA certificate BEFORE any network operations
@@ -46,7 +46,7 @@ RUN npm install --save {{.MCPPackage}}
46
{{end}}
47
48
# Final stage - runtime image with pre-installed packages
49
-FROM node:22-alpine
+FROM node:24-alpine
50
51
52
# Add custom CA certificate for runtime
0 commit comments