mirror of
https://github.com/koush/scrypted.git
synced 2026-03-01 00:42:28 +00:00
linux: make node 18 the default
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user