Skip to content

Commit 22775a6

Browse files
committed
Use https to clone Multicorn
1 parent 5635356 commit 22775a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

superset-db/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM centos:centos7
22

3-
LABEL version="2.3.0"
3+
LABEL version="2.3.1"
44

55
# Install dependencies
66
RUN yum update -y && \
@@ -28,7 +28,7 @@ ENV PATH $PATH:/usr/pgsql-9.6/bin
2828

2929
# Install Multicorn
3030
WORKDIR /usr/local/src
31-
RUN git clone git://github.com/Kozea/Multicorn.git --depth 1 -b v1.4.0 && \
31+
RUN git clone https://github.com/Kozea/Multicorn.git --depth 1 -b v1.4.0 && \
3232
cd Multicorn && \
3333
make && make install
3434

0 commit comments

Comments
 (0)