Skip to content

Commit

Permalink
fix(deps): update node.js to v22.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 4f3b80a commit 2daec29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# check=skip=SecretsUsedInArgOrEnv

FROM node:22.12.0-alpine AS build
FROM node:22.13.1-alpine AS build
WORKDIR /app

COPY ./package*.json ./
Expand All @@ -13,7 +13,7 @@ COPY ./common ./common
COPY ./client ./client
RUN npm run build

FROM node:22.12.0-alpine AS deploy
FROM node:22.13.1-alpine AS deploy
WORKDIR /app

RUN apk add --no-cache tini
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"npm": ">=9"
},
"devDependencies": {
"@types/node": "22.10.1"
"@types/node": "22.10.7"
}
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2daec29

Please sign in to comment.