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

View File

@@ -2,7 +2,7 @@
# Simply run "docker build -f Dockerfile_test ."
# WARNING: sometimes it fails with a core dumped exception
FROM node:6-stretch
FROM node:10-stretch
MAINTAINER Petr Sloup <petr.sloup@klokantech.com>
RUN apt-get -qq update \