From 0c8829e592f4f257861460770e95f9756516e936 Mon Sep 17 00:00:00 2001 From: Thibaut Vanderhaegen Date: Thu, 19 Oct 2023 09:27:57 +0200 Subject: [PATCH] DAJN-37: Bump nodejs version 18.18.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f4fcac..6949c7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi && source ~/.bashrc \ && export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \ && nvm install 16.20.2 \ - && nvm install 18.17.1 \ + && nvm install 18.18.2 \ && nvm install 14.21.3 # for loading profile, to make nvm available for sh