Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

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 4, 2024
1 parent b019931 commit 08ff6ea
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 61 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ex) `docker build -f backend/Dockerfile .`

### BUILDER ###
FROM node:20.18.0-alpine AS builder
FROM node:22.11.0-alpine AS builder

COPY . /build
WORKDIR /build
Expand All @@ -15,7 +15,7 @@ RUN npx prisma generate
RUN npm run build

### PRODUCTION ###
FROM node:20.18.0-alpine
FROM node:22.11.0-alpine

ENV NODE_ENV=production

Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/express": "^5.0.0",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.12",
"@types/node": "^20.16.10",
"@types/node": "^22.8.7",
"@types/passport-jwt": "^4.0.1",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.16.10",
"@types/node": "^22.8.7",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.20",
Expand Down
Loading

0 comments on commit 08ff6ea

Please sign in to comment.