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 Jan 2, 2025
1 parent 531c268 commit 74c7d40
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 20 deletions.
4 changes: 2 additions & 2 deletions libcal.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11.1-alpine as builder
FROM node:22.12.0-alpine as builder
WORKDIR /app

# Install dependencies
Expand All @@ -10,7 +10,7 @@ COPY libcal/src ./src
COPY libcal/tsconfig.json ./
RUN npm run build

FROM node:20.11.1-alpine as runner
FROM node:22.12.0-alpine as runner
ENV NODE_ENV production
WORKDIR /app

Expand Down
21 changes: 16 additions & 5 deletions libcal/package-lock.json

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

2 changes: 1 addition & 1 deletion libcal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/cors": "2.8.13",
"@types/express": "4.17.17",
"@types/luxon": "^3.2.0",
"@types/node": "18.16.18",
"@types/node": "22.10.4",
"nodemon": "^2.0.20",
"ts-node": "10.9.1",
"typescript": "4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions nss.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11.1-alpine as builder
FROM node:22.12.0-alpine as builder
WORKDIR /app

# Install dependencies
Expand All @@ -10,7 +10,7 @@ COPY nss/src ./src
COPY nss/tsconfig.json ./
RUN npm run build

FROM node:20.11.1-alpine as runner
FROM node:22.12.0-alpine as runner
ENV NODE_ENV production
WORKDIR /app

Expand Down
20 changes: 11 additions & 9 deletions nss/package-lock.json

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

2 changes: 1 addition & 1 deletion nss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dotenv": "^16.3.1"
},
"devDependencies": {
"@types/node": "^20.1.7",
"@types/node": "^22.0.0",
"ts-node": "^10.9.1",
"typescript": "5.4.3"
}
Expand Down

0 comments on commit 74c7d40

Please sign in to comment.