From 14d700b9d607a712f14db809e7ded000ceeed73c Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Sun, 2 Jul 2023 21:33:59 -0400 Subject: [PATCH] Upgrade Node.js to v16.20.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f52f75f..e2b87d6 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='12.22.2' +ENV NODE_VERSION='16.20.1' 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