From f5b5bf3d58d1426a7d3d19b354e4becf8a3bf307 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 11 May 2023 21:44:10 +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 4f558b3..0c4ae96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -182,7 +182,7 @@ RUN git clone https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git cartodb && cd cartodb && \ # Install cartodb extension cd lib && \ - git clone http://github.com/CartoDB/cartodb-postgresql sql && \ + git clone https://github.com/CartoDB/cartodb-postgresql sql && \ cd sql && \ git checkout 667ec0e32c && \ PGUSER=postgres make install && \