From 88fb08aabb5664a9d5ba4ba806a3db4a4c2cd5d9 Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Thu, 10 Jun 2021 16:56:59 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9b6b24..d66f121 100644 --- a/Dockerfile +++ b/Dockerfile @@ -129,7 +129,7 @@ RUN mkdir -p /home/renderer/src \ # Configure stylesheet RUN mkdir -p /home/renderer/src \ && cd /home/renderer/src \ - && git clone --single-branch --branch v5.3.1 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 \ + && git clone -b master https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 \ && cd openstreetmap-carto \ && rm -rf .git \ && npm install -g carto \