Skip to content

Commit 53a687a

Browse files
fix(deps): update node.js to v22.13.1
1 parent 4f3b80a commit 53a687a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

client/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# check=skip=SecretsUsedInArgOrEnv
22

3-
FROM node:22.12.0-alpine AS build
3+
FROM node:22.13.1-alpine AS build
44
WORKDIR /app
55

66
COPY ./package*.json ./
@@ -13,7 +13,7 @@ COPY ./common ./common
1313
COPY ./client ./client
1414
RUN npm run build
1515

16-
FROM node:22.12.0-alpine AS deploy
16+
FROM node:22.13.1-alpine AS deploy
1717
WORKDIR /app
1818

1919
RUN apk add --no-cache tini

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"npm": ">=9"
1313
},
1414
"devDependencies": {
15-
"@types/node": "22.10.1"
15+
"@types/node": "22.10.10"
1616
}
1717
}

package-lock.json

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

0 commit comments

Comments
 (0)