diff --git a/Dockerfile b/Dockerfile index 592be98..67438f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN git config --global 'user.email' 'team@pelias.io' RUN git config --global 'user.name' 'Pelias Docker' # install nodejs -ENV NODE_VERSION='16.20.1' +ENV NODE_VERSION='18.20.4' RUN git clone 'https://github.com/isaacs/nave.git' /code/nave && /code/nave/nave.sh 'usemain' "${NODE_VERSION}" && rm -rf ~/.nave /code/nave # add global install dir to $NODE_PATH