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 }