This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a commit to branch gc/8524
in repository https://gitbox.apache.org/repos/asf/allura.git

commit daa3ba63a97aa3e8ac23681f4c6501abafaaec61
Author: Guillermo Cruz <[email protected]>
AuthorDate: Mon Oct 23 15:02:39 2023 -0600

    [#8524] upgraded url installation path for Node in Docker file
---
 Allura/docs/getting_started/install_each_step.rst | 2 +-
 Dockerfile                                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Allura/docs/getting_started/install_each_step.rst 
b/Allura/docs/getting_started/install_each_step.rst
index 264b37f08..d4377d29f 100644
--- a/Allura/docs/getting_started/install_each_step.rst
+++ b/Allura/docs/getting_started/install_each_step.rst
@@ -200,7 +200,7 @@ For non-Ubuntu installations see 
https://nodejs.org/en/download/package-manager/
 
 .. code-block:: bash
 
-    (env-allura)~$ curl --silent --location 
https://deb.nodesource.com/setup_14.x | sudo bash -
+    (env-allura)~$ curl --silent --location 
https://deb.nodesource.com/setup_16.x | sudo bash -
     (env-allura)~$ sudo apt-get install nodejs
     (env-allura)~$ cd ~/src/allura
     (env-allura)~$ npm ci
diff --git a/Dockerfile b/Dockerfile
index c5e254ed1..d5a8cec7e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -56,7 +56,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y 
--no-install-recommends \
 ENV PYTHON_EXE=python$PY_VERSION
 
 # up-to-date version of node & npm
-RUN curl --silent --location https://deb.nodesource.com/setup_14.x | sudo bash 
- && \
+RUN curl --silent --location https://deb.nodesource.com/setup_16.x | sudo bash 
- && \
     DEBIAN_FRONTEND=noninteractive apt-get install --yes 
--no-install-recommends nodejs
 
 # Snapshot generation for SVN (and maybe other SCMs) might fail without this

Reply via email to