Bump node from v10 to v12 in release Dockerfiles (#9248)
This commit is contained in:
parent
786e575dbe
commit
787833f1be
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue