Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 5d3a32d commit 5a774fb
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###
### Build container
###
FROM node:19-alpine3.17 as builder
FROM node:20-alpine3.17 as builder
WORKDIR /app

# Install deps and build.
Expand All @@ -11,7 +11,7 @@ RUN npm i && npm run build
###
### Production image container
###
FROM node:19-alpine3.17 as runtime-container
FROM node:20-alpine3.17 as runtime-container
WORKDIR /app

# Copy compiled sources
Expand Down
30 changes: 15 additions & 15 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/crypto-js": "4.2.2",
"@types/js-cookie": "3.0.6",
"@types/katex": "0.16.7",
"@types/node": "18.19.2",
"@types/node": "20.17.1",
"@types/lodash": "4.14.202",
"@types/numeral": "2.0.5",
"@types/omit-deep-lodash": "1.1.3",
Expand Down
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###
### Build container
###
FROM node:19-alpine3.17 as tsc-builder
FROM node:20-alpine3.17 as tsc-builder
WORKDIR /app

# Install deps and build.
Expand All @@ -11,7 +11,7 @@ RUN npm i && npm run build
###
### Production image container
###
FROM node:19-alpine3.17 as runtime-container
FROM node:20-alpine3.17 as runtime-container
WORKDIR /app

# Copy compiled sources
Expand Down
30 changes: 15 additions & 15 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/koa-compose": "3.2.8",
"@types/koa-router": "7.4.8",
"@types/lodash": "4.14.202",
"@types/node": "18.19.2",
"@types/node": "20.17.1",
"@types/node-fetch": "2.6.9",
"@types/node-schedule": "2.1.5",
"@types/numeral": "2.0.5",
Expand Down

0 comments on commit 5a774fb

Please sign in to comment.