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 && \