From c6fc5765f302aea7dbf216e3daf69857147cfa87 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 30 Jan 2022 17:18:51 +0000 Subject: [PATCH] update node version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cab6e36..253b248 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY . /opt/build RUN apt-get update -y \ && apt-get install build-essential python3-pip curl software-properties-common sed -y \ - && (curl -sL https://deb.nodesource.com/setup_14.x | bash -) \ + && (curl -sL https://deb.nodesource.com/setup_current.x | bash -) \ && apt-get install nodejs \ && (cd /opt/build; make configuration npm email typescript variants-html bundle-css inline-css swagger copy INTERNAL=off GOESBUILD=on) \ && sed -i 's#id="password_resets-watch_directory" placeholder="/config/jellyfin"#id="password_resets-watch_directory" value="/jf" disabled#g' /opt/build/build/data/html/setup.html