Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 2e69932 commit dc9abcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY package.json bun.lockb ./
RUN bun install --frozen-lockfile

# 2. Rebuild the source code only when needed
FROM node:20.18.1-alpine AS base
FROM node:22.11.0-alpine AS base

FROM base AS builder
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
]
},
"engines": {
"node": ">=20.18.1"
"node": ">=22.11.0"
},
"overrides": {
"@types/react": "npm:[email protected]",
Expand Down

0 comments on commit dc9abcf

Please sign in to comment.