We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5635356 commit 22775a6Copy full SHA for 22775a6
1 file changed
superset-db/Dockerfile
@@ -1,6 +1,6 @@
1
FROM centos:centos7
2
3
-LABEL version="2.3.0"
+LABEL version="2.3.1"
4
5
# Install dependencies
6
RUN yum update -y && \
@@ -28,7 +28,7 @@ ENV PATH $PATH:/usr/pgsql-9.6/bin
28
29
# Install Multicorn
30
WORKDIR /usr/local/src
31
-RUN git clone git://github.com/Kozea/Multicorn.git --depth 1 -b v1.4.0 && \
+RUN git clone https://github.com/Kozea/Multicorn.git --depth 1 -b v1.4.0 && \
32
cd Multicorn && \
33
make && make install
34
0 commit comments