diff --git a/Dockerfile b/Dockerfile index 49741efce8..9617a1ba3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN cd /app \ ###################################################################### # 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" ENV BUILD_CMD=${NPM_BUILD_CMD}