Skip to content

Commit

Permalink
chore(deps): update node.js to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent b0d67e6 commit e44956b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine3.14 as build-stage
FROM node:18-alpine3.14 as build-stage

LABEL name "Nezly Docker Build"
LABEL maintainer "KagChi"
Expand All @@ -17,7 +17,7 @@ RUN npm run compile

RUN npm prune --production

FROM node:16-alpine3.14
FROM node:18-alpine3.14

LABEL name "Nezly Production"
LABEL maintainer "KagChi"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.24",
"@types/express": "^4.17.15",
"@types/node": "^17.0.31",
"@types/node": "^18.17.7",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
Expand Down

0 comments on commit e44956b

Please sign in to comment.