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 30, 2024
1 parent 470a742 commit b0a420c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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
16 changes: 8 additions & 8 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.1",
"@types/mocha": "10.0.10",
"@types/ms": "0.7.34",
"@types/node": "20.17.9",
"@types/node": "22.10.1",
"@types/passport-local": "1.0.38",
"eslint": "9.16.0",
"eslint-plugin-jsx-a11y": "6.10.2",
Expand Down

0 comments on commit b0a420c

Please sign in to comment.