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 039ae57 commit af6e273Copy full SHA for af6e273
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22.14.0-slim AS base
+FROM node:22.15.0-slim AS base
2
ENV PNPM_HOME="/pnpm"
3
ENV PATH="$PNPM_HOME:$PATH"
4
RUN corepack enable
package.json
@@ -80,6 +80,6 @@
80
]
81
},
82
"engines": {
83
- "node": ">=22.14.0"
+ "node": ">=22.15.0"
84
}
85
0 commit comments