Skip to content

Commit 55fedbb

Browse files
chore(deps): update node.js to v24
1 parent 6006bed commit 55fedbb

File tree

3 files changed

+23
-12
lines changed

3 files changed

+23
-12
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM node:20-alpine AS build
1+
FROM node:24-alpine AS build
22
ENV NODE_ENV production
33
WORKDIR /app
44
COPY package.json package-lock.json ./
55
RUN npm ci --include=dev
66
COPY . ./
77
RUN npx tsc
88

9-
FROM node:20-alpine
9+
FROM node:24-alpine
1010
ENV NODE_ENV production
1111
WORKDIR /app
1212
COPY package.json package-lock.json ./

package-lock.json

Lines changed: 20 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@cubos/eslint-config": "^2.2.0",
2424
"@swc/core": "^1.3.99",
25-
"@types/node": "^20.10.0",
25+
"@types/node": "^24.0.0",
2626
"ts-node": "^10.9.1",
2727
"typescript": "^5.3.2"
2828
}

0 commit comments

Comments
 (0)