[ARVADOS] updated: 1.3.0-544-g1a3075e05

Git user git at public.curoverse.com
Mon Mar 18 20:14:18 UTC 2019


Summary of changes:
 tools/arvbox/lib/arvbox/docker/Dockerfile.base | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  1a3075e05722b396b54f61a86348731ce1e0f55f (commit)
      from  90bb5de474c45e0b786f387ecab2277b593e335d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 1a3075e05722b396b54f61a86348731ce1e0f55f
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Mon Mar 18 16:13:35 2019 -0400

    Move back arvbox version of nodejs to fix composer compile issue
    
    no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/tools/arvbox/lib/arvbox/docker/Dockerfile.base b/tools/arvbox/lib/arvbox/docker/Dockerfile.base
index 2ee493deb..1949af435 100644
--- a/tools/arvbox/lib/arvbox/docker/Dockerfile.base
+++ b/tools/arvbox/lib/arvbox/docker/Dockerfile.base
@@ -79,7 +79,7 @@ RUN set -e && curl -L -f ${GDURL} | tar -C /usr/local/bin -xzf - geckodriver
 
 RUN pip install -U setuptools
 
-ENV NODEVERSION v10.15.1
+ENV NODEVERSION v8.15.1
 
 # Install nodejs binary
 RUN curl -L -f https://nodejs.org/dist/${NODEVERSION}/node-${NODEVERSION}-linux-x64.tar.xz | tar -C /usr/local -xJf - && \

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list