diff --git a/.nvmrc b/.nvmrc index c946e1df..68c98aa7 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.9.0 \ No newline at end of file +v18.18.2 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index eda6405f..ed5be7a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # --------------- # Install Dependencies # --------------- -FROM node:20.9.0-alpine as deps +FROM node:18.18.2-alpine as deps WORKDIR /app @@ -41,7 +41,7 @@ RUN npm prune --production # --------------- # Release App # --------------- -FROM node:20.9.0-alpine as final +FROM node:18.18.2-alpine as final WORKDIR /app