Skip to content

Commit

Permalink
fix(deps): update node.js to v20.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent c529211 commit 54d9a75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.15.1-alpine AS build
FROM node:20.16.0-alpine AS build
WORKDIR /app

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


# -- execution --
FROM node:20.15.1-alpine
FROM node:20.16.0-alpine
WORKDIR /app

# install PRODUCTION dependencies
Expand Down
8 changes: 4 additions & 4 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 @@ -35,7 +35,7 @@
"@meyfa/eslint-config": "6.0.0",
"@types/mocha": "10.0.7",
"@types/ms": "0.7.34",
"@types/node": "20.14.11",
"@types/node": "20.14.12",
"@types/passport-local": "1.0.38",
"eslint": "8.57.0",
"eslint-plugin-jsx-a11y": "6.9.0",
Expand Down

0 comments on commit 54d9a75

Please sign in to comment.