fix: bump node version on Dockerfile to be on par with docker-compose (#10813)
This commit is contained in:
parent
782f678732
commit
3b4a992861
|
|
@ -44,7 +44,7 @@ RUN cd /app \
|
||||||
######################################################################
|
######################################################################
|
||||||
# Node stage to deal with static asset construction
|
# Node stage to deal with static asset construction
|
||||||
######################################################################
|
######################################################################
|
||||||
FROM node:10-jessie AS superset-node
|
FROM node:12 AS superset-node
|
||||||
|
|
||||||
ARG NPM_BUILD_CMD="build"
|
ARG NPM_BUILD_CMD="build"
|
||||||
ENV BUILD_CMD=${NPM_BUILD_CMD}
|
ENV BUILD_CMD=${NPM_BUILD_CMD}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue