Skip to content

Commit

Permalink
fix: bump node version on Dockerfile to be on par with docker-compose (
Browse files Browse the repository at this point in the history
  • Loading branch information
fguarini authored Sep 9, 2020
1 parent 782f678 commit 3b4a992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3b4a992

Please sign in to comment.