diff --git a/Dockerfile b/Dockerfile index 7f117ca..5692da3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ -FROM node:18.2.0 +FROM node:16.15.0 +FROM node:18.2.0 RUN apt-get update RUN apt-get upgrade -y RUN apt-get install nodejs -y