From a269e2130ba3b25437931bd751d2c204f8028fa9 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Mon, 27 Jun 2022 11:14:28 -0700 Subject: [PATCH] linux: make node 18 the default --- docker/install-scrypted-dependencies-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install-scrypted-dependencies-linux.sh b/docker/install-scrypted-dependencies-linux.sh index 42d3dd660..985a90807 100755 --- a/docker/install-scrypted-dependencies-linux.sh +++ b/docker/install-scrypted-dependencies-linux.sh @@ -20,7 +20,7 @@ RUN() { FROM() { echo 'Installing nodejs repo' - RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - + RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - RUN apt-get update RUN apt-get install -y nodejs }