update node version

This commit is contained in:
Birk Skyum
2023-10-22 00:27:41 +02:00
parent 9659d41b83
commit 5ab9be9fdb

View File

@@ -1,4 +1,4 @@
FROM node:10 as builder
FROM node:16 as builder
WORKDIR /maputnik
# Only copy package.json to prevent npm install from running on every build