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 1b2b567 commit a4350e4Copy full SHA for a4350e4
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22.19.0-slim AS base
+FROM node:22.21.1-slim AS base
2
ENV PNPM_HOME="/pnpm"
3
ENV PATH="$PNPM_HOME:$PATH"
4
RUN corepack enable
package.json
@@ -82,6 +82,6 @@
82
},
83
"packageManager": "[email protected]",
84
"engines": {
85
- "node": ">=22.19.0"
+ "node": ">=22.21.1"
86
}
87
0 commit comments