From 787833f1be80067760b7e41ad1532cabfb1102da Mon Sep 17 00:00:00 2001 From: Krist Wongsuphasawat Date: Thu, 5 Mar 2020 15:58:43 -0800 Subject: [PATCH] Bump node from v10 to v12 in release Dockerfiles (#9248) --- RELEASING/Dockerfile.from_local_tarball | 2 +- RELEASING/Dockerfile.from_svn_tarball | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING/Dockerfile.from_local_tarball b/RELEASING/Dockerfile.from_local_tarball index 06ac28c5a..494da5d8c 100644 --- a/RELEASING/Dockerfile.from_local_tarball +++ b/RELEASING/Dockerfile.from_local_tarball @@ -35,7 +35,7 @@ RUN apt-get install -y build-essential libssl-dev \ # Install nodejs for custom build # https://superset.incubator.apache.org/installation.html#making-your-own-build # https://nodejs.org/en/download/package-manager/ -RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \ +RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \ && apt-get install -y nodejs RUN mkdir -p /home/superset diff --git a/RELEASING/Dockerfile.from_svn_tarball b/RELEASING/Dockerfile.from_svn_tarball index 55a013380..88e8b1c94 100644 --- a/RELEASING/Dockerfile.from_svn_tarball +++ b/RELEASING/Dockerfile.from_svn_tarball @@ -35,7 +35,7 @@ RUN apt-get install -y build-essential libssl-dev \ # Install nodejs for custom build # https://superset.incubator.apache.org/installation.html#making-your-own-build # https://nodejs.org/en/download/package-manager/ -RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \ +RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \ && apt-get install -y nodejs RUN mkdir -p /home/superset