diff --git a/Dockerfile b/Dockerfile index 097b4a9..4030285 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='18.19.0' +ENV NODE_VERSION='20.10.0' 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