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 7946d0e..43008bc 100644 --- a/package.json +++ b/package.json @@ -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.11.18", "@typescript-eslint/eslint-plugin": "^5.48.2", "@typescript-eslint/parser": "^5.48.2", "eslint": "^8.32.0",