Skip to content

Commit e362683

Browse files
chore(deps): update node.js to v24.15.0 (#181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64067c8 commit e362683

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.14.0-alpine3.23 AS build
1+
FROM node:24.15.0-alpine3.23 AS build
22
COPY . /app
33
WORKDIR /app
44

@@ -7,7 +7,7 @@ RUN npm install -g pnpm@latest-10
77
RUN pnpm install
88
RUN pnpm run build
99

10-
FROM node:24.14.0-alpine3.23 AS prod-deps
10+
FROM node:24.15.0-alpine3.23 AS prod-deps
1111

1212
COPY . /app
1313
WORKDIR /app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"winston": "^3.18.3"
6262
},
6363
"volta": {
64-
"node": "24.14.0"
64+
"node": "24.15.0"
6565
}
6666
}

0 commit comments

Comments
 (0)