Skip to content

Commit

Permalink
Replace 3.0 third party with 3.3 (#72)
Browse files Browse the repository at this point in the history
* Update Dockerfile.centos

Replace 3.0 third party with 3.3

* Update Dockerfile.ubuntu

Replace 3.0 third party with 3.3
  • Loading branch information
Shinji-IkariG authored Sep 8, 2022
1 parent acc5002 commit 31410fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ RUN wget -qO- https://github.com/git/git/archive/v2.25.0.tar.gz | tar zxf - -C .
&& make -j$(nproc) && make install \
&& cd ../ && rm -rf git-2.25.0

# Install nebula third-party 1.0 and 2.0 and 3.0
# Install nebula third-party 1.0 and 2.0 and 3.3
RUN git clone https://github.com/vesoft-inc/nebula-third-party.git \
&& cd nebula-third-party \
&& ./install-third-party.sh \
&& git checkout origin/v3.0 \
&& git checkout origin/release-3.3 \
&& ./install-third-party.sh \
&& git checkout origin/v2.0 \
&& ./install-third-party.sh \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN wget -qO- https://github.com/git/git/archive/v2.25.0.tar.gz | tar zxf - -C .
RUN git clone https://github.com/vesoft-inc/nebula-third-party.git \
&& cd nebula-third-party \
&& ./install-third-party.sh \
&& git checkout origin/v3.0 \
&& git checkout origin/release-3.3 \
&& ./install-third-party.sh \
&& git checkout origin/v2.0 \
&& ./install-third-party.sh \
Expand Down

0 comments on commit 31410fc

Please sign in to comment.