Bump to node 18 (#824)

This commit is contained in:
Birk Skyum
2023-10-22 22:11:06 +02:00
committed by GitHub
parent eb55796461
commit c92fd12854
3 changed files with 14 additions and 14 deletions

View File

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