diff --git a/Dockerfile b/Dockerfile index 457f824..a7fcd31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" @@ -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" diff --git a/package.json b/package.json index 6c3836b..a1608b6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@swc/cli": "^0.1.57", "@swc/core": "^1.3.21", "@types/express": "^4.17.14", - "@types/node": "^17.0.31", + "@types/node": "^18.11.11", "@typescript-eslint/eslint-plugin": "^5.45.1", "@typescript-eslint/parser": "^5.45.1", "eslint": "^8.29.0",