File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77
88RUN git clone https://github.com/BoostryJP/quorum.git && \
99 cd quorum/ && \
10- git checkout v2.6.0_beta1
10+ git checkout v2.6.0_beta2
1111RUN cd quorum/ && \
1212 make geth bootnode && \
1313 mv build/bin/geth /usr/local/bin && \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77
88RUN git clone https://github.com/BoostryJP/quorum.git && \
99 cd quorum/ && \
10- git checkout v2.6.0_beta1
10+ git checkout v2.6.0_beta2
1111RUN cd quorum/ && \
1212 make geth bootnode && \
1313 mv build/bin/geth /usr/local/bin && \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77
88RUN git clone https://github.com/BoostryJP/quorum.git && \
99 cd quorum/ && \
10- git checkout v2.6.0_beta1
10+ git checkout v2.6.0_beta2
1111RUN cd quorum/ && \
1212 make geth bootnode && \
1313 mv build/bin/geth /usr/local/bin && \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77
88RUN git clone https://github.com/BoostryJP/quorum.git && \
99 cd quorum/ && \
10- git checkout v2.6.0_beta1
10+ git checkout v2.6.0_beta2
1111RUN cd quorum/ && \
1212 make geth bootnode && \
1313 mv build/bin/geth /usr/local/bin && \
Original file line number Diff line number Diff line change 11services :
22 validator-0 :
33 hostname : validator-0
4- image : ghcr.io/boostryjp/ibet-localnet/validator:v2.6.0_beta1
4+ image : ghcr.io/boostryjp/ibet-localnet/validator:v2.6.0_beta2
55 volumes :
66 - /home/ubuntu/quorum_data/v0:/eth
77 environment :
@@ -28,7 +28,7 @@ services:
2828 restart : always
2929 validator-1 :
3030 hostname : validator-1
31- image : ghcr.io/boostryjp/ibet-localnet/validator:v2.6.0_beta1
31+ image : ghcr.io/boostryjp/ibet-localnet/validator:v2.6.0_beta2
3232 volumes :
3333 - /home/ubuntu/quorum_data/v1:/eth
3434 environment :
@@ -55,7 +55,7 @@ services:
5555 restart : always
5656 validator-2 :
5757 hostname : validator-2
58- image : ghcr.io/boostryjp/ibet-localnet/validator:v2.6.0_beta1
58+ image : ghcr.io/boostryjp/ibet-localnet/validator:v2.6.0_beta2
5959 volumes :
6060 - /home/ubuntu/quorum_data/v2:/eth
6161 environment :
@@ -82,7 +82,7 @@ services:
8282 restart : always
8383 validator-3 :
8484 hostname : validator-3
85- image : ghcr.io/boostryjp/ibet-localnet/validator:v2.6.0_beta1
85+ image : ghcr.io/boostryjp/ibet-localnet/validator:v2.6.0_beta2
8686 volumes :
8787 - /home/ubuntu/quorum_data/v3:/eth
8888 environment :
@@ -109,7 +109,7 @@ services:
109109 restart : always
110110 general-0 :
111111 hostname : general-0
112- image : ghcr.io/boostryjp/ibet-localnet/general:v2.6.0_beta1
112+ image : ghcr.io/boostryjp/ibet-localnet/general:v2.6.0_beta2
113113 volumes :
114114 - /home/ubuntu/quorum_data/g0:/eth
115115 environment :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77
88RUN git clone https://github.com/BoostryJP/quorum.git && \
99 cd quorum/ && \
10- git checkout v2.6.0_beta1
10+ git checkout v2.6.0_beta2
1111RUN cd quorum/ && \
1212 make geth bootnode && \
1313 mv build/bin/geth /usr/local/bin && \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77
88RUN git clone https://github.com/BoostryJP/quorum.git && \
99 cd quorum/ && \
10- git checkout v2.6.0_beta1
10+ git checkout v2.6.0_beta2
1111RUN cd quorum/ && \
1212 make geth bootnode && \
1313 mv build/bin/geth /usr/local/bin && \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77
88RUN git clone https://github.com/BoostryJP/quorum.git && \
99 cd quorum/ && \
10- git checkout v2.6.0_beta1
10+ git checkout v2.6.0_beta2
1111RUN cd quorum/ && \
1212 make geth bootnode && \
1313 mv build/bin/geth /usr/local/bin && \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77
88RUN git clone https://github.com/BoostryJP/quorum.git && \
99 cd quorum/ && \
10- git checkout v2.6.0_beta1
10+ git checkout v2.6.0_beta2
1111RUN cd quorum/ && \
1212 make geth bootnode && \
1313 mv build/bin/geth /usr/local/bin && \
You can’t perform that action at this time.
0 commit comments