From f96f9a0df4932516b54fed5c4d17ddf13cdc3a40 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Thu, 30 Nov 2023 18:55:01 +0100 Subject: [PATCH] feat(node): update nodejs to v20.10.0 LTS --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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