mirror of
https://github.com/maputnik/editor.git
synced 2026-06-15 11:47:26 +00:00
update node version
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM node:10 as builder
|
FROM node:16 as builder
|
||||||
WORKDIR /maputnik
|
WORKDIR /maputnik
|
||||||
|
|
||||||
# Only copy package.json to prevent npm install from running on every build
|
# Only copy package.json to prevent npm install from running on every build
|
||||||
|
|||||||
Reference in New Issue
Block a user