From 2a3ae87b08fe6d178aa9232fab7dea72e0612085 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 11 May 2023 21:31:52 +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, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f957d2b..fcd15af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -180,7 +180,7 @@ RUN git clone https://github.com/CartoDB/Windshaft-cartodb.git && \ # Install CartoDB RUN git clone https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git cartodb && \ cd cartodb && \ - git checkout $CARTODB_VERSION && \ +# git checkout $CARTODB_VERSION && \ # Install cartodb extension cd lib/sql && \ PGUSER=postgres make install && \