Skip to content

Commit

Permalink
chore(deps): update node.js to v20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 214aa69 commit c620a20
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 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:20.17.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:20.17.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": "20.16.10",
"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:20.17.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:20.17.0-alpine as runner
ENV NODE_ENV production
WORKDIR /app

Expand Down

0 comments on commit c620a20

Please sign in to comment.