mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: bump node version on Dockerfile to be on par with docker-compose (#10813)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user