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 64067c8 commit e362683Copy full SHA for e362683
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:24.14.0-alpine3.23 AS build
+FROM node:24.15.0-alpine3.23 AS build
2
COPY . /app
3
WORKDIR /app
4
@@ -7,7 +7,7 @@ RUN npm install -g pnpm@latest-10
7
RUN pnpm install
8
RUN pnpm run build
9
10
-FROM node:24.14.0-alpine3.23 AS prod-deps
+FROM node:24.15.0-alpine3.23 AS prod-deps
11
12
13
package.json
@@ -61,6 +61,6 @@
61
"winston": "^3.18.3"
62
},
63
"volta": {
64
- "node": "24.14.0"
+ "node": "24.15.0"
65
}
66
0 commit comments