Skip to content

Commit e180dd3

Browse files
authored
Merge pull request #200 from BoostryJP/upgrade-2-6-0-beta2
Update Quorum version to v2.6.0_beta2
2 parents 18abfe8 + 7f48c8f commit e180dd3

9 files changed

Lines changed: 13 additions & 13 deletions

File tree

ibet-for-fin-network/general/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77

88
RUN 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
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

ibet-for-fin-network/validator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77

88
RUN 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
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

ibet-network/general/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77

88
RUN 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
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

ibet-network/validator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77

88
RUN 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
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

local-network/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
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:

local-network/general/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77

88
RUN 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
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

local-network/validator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77

88
RUN 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
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

test-network/general/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77

88
RUN 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
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

test-network/validator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git
77

88
RUN 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
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

0 commit comments

Comments
 (0)