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 4aaa00f commit 5005abbCopy full SHA for 5005abb
Dockerfile
@@ -1,5 +1,5 @@
1
# build stage
2
-FROM node:20.15.0-alpine AS base
+FROM node:20.15.1-alpine AS base
3
RUN corepack enable
4
WORKDIR /app
5
package.json
@@ -102,7 +102,7 @@
102
"type": "module",
103
"packageManager": "pnpm@9.4.0",
104
"volta": {
105
- "node": "20.15.0",
+ "node": "20.15.1",
106
"pnpm": "9.4.0"
107
},
108
"engines": {
0 commit comments