Skip to content

Commit

Permalink
chore(deps): update node.js to v18.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 18, 2024
1 parent 914ee29 commit 6373e89
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.12.1-alpine3.16 as build
FROM node:18.16.0-alpine3.16 as build

WORKDIR /build

Expand All @@ -12,7 +12,7 @@ COPY tsconfig.json ./
RUN npm run build
RUN npm prune --production

FROM node:18.12.1-alpine3.16
FROM node:18.16.0-alpine3.16

WORKDIR /usr/src/app

Expand Down
36 changes: 27 additions & 9 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 @@ -30,7 +30,7 @@
"@jest/globals": "29.3.1",
"@types/debug": "4.1.7",
"@types/jest": "29.2.2",
"@types/node": "18.11.9",
"@types/node": "18.19.25",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"eslint": "8.27.0",
Expand Down

0 comments on commit 6373e89

Please sign in to comment.