Upgrade to node10, latest dependencies

use node10 (latest node that has binary built @mapbox/mapbox-gl-native v5.0.2)
use latest canvas and sharp API
This commit is contained in:
Yuri Astrakhan
2019-12-21 12:05:43 -05:00
parent f77ccd06af
commit 736e8d393a
5 changed files with 30 additions and 28 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:6.15.1-stretch
FROM node:10-stretch
MAINTAINER Petr Sloup <petr.sloup@klokantech.com>
ENV NODE_ENV="production"