From a2095f1189b81d533a2927d75f33aeefda7ca3f0 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 18 May 2023 20:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b5248cf..74d0e52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -171,6 +171,8 @@ RUN git clone https://github.com/CartoDB/CartoDB-SQL-API.git && \ mkdir logs # Install Windshaft +ENV WINDSHAFT_VERSION=5.4.0 + RUN git clone https://github.com/CartoDB/Windshaft-cartodb.git && \ cd Windshaft-cartodb && \ git checkout $WINDSHAFT_VERSION && \