Skip to content

Commit

Permalink
fix(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 0917aa3 commit 7479dcb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -- compilation --
FROM node:20.18.0-alpine AS build
FROM node:22.11.0-alpine AS build
WORKDIR /app

# install dependencies
Expand All @@ -14,7 +14,7 @@ RUN npm run build


# -- execution --
FROM node:20.18.0-alpine
FROM node:22.11.0-alpine
WORKDIR /app

# install PRODUCTION dependencies
Expand Down
10 changes: 5 additions & 5 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@meyfa/eslint-config": "8.0.0",
"@types/mocha": "10.0.9",
"@types/ms": "0.7.34",
"@types/node": "20.17.6",
"@types/node": "22.9.0",
"@types/passport-local": "1.0.38",
"eslint": "9.14.0",
"eslint-plugin-jsx-a11y": "6.10.2",
Expand Down

0 comments on commit 7479dcb

Please sign in to comment.