Merge branch 'main' into dependabot/npm_and_yarn/multi-be003340e0

This commit is contained in:
Birk Skyum
2025-08-07 20:36:24 +02:00
committed by GitHub

View File

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