Skip to content

Commit

Permalink
Merge pull request #153 from BoostryJP/bump-222
Browse files Browse the repository at this point in the history
Upgrade BoostryJP/quorum to v2.2.2
  • Loading branch information
YoshihitoAso authored Dec 21, 2023
2 parents 3c9ab7f + bbafccb commit 94c3e6f
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ibet-for-fin-network/general/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout v2.2.1
git checkout v2.2.2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
2 changes: 1 addition & 1 deletion ibet-for-fin-network/validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout v2.2.1
git checkout v2.2.2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
2 changes: 1 addition & 1 deletion ibet-network/general/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout v2.2.1
git checkout v2.2.2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
2 changes: 1 addition & 1 deletion ibet-network/validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout v2.2.1
git checkout v2.2.2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
10 changes: 5 additions & 5 deletions local-network/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
validator-0:
hostname: validator-0
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.2.1
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.2.2
volumes:
- /home/ubuntu/quorum_data/v0:/eth
environment:
Expand All @@ -24,7 +24,7 @@ services:
restart: always
validator-1:
hostname: validator-1
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.2.1
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.2.2
volumes:
- /home/ubuntu/quorum_data/v1:/eth
environment:
Expand All @@ -46,7 +46,7 @@ services:
restart: always
validator-2:
hostname: validator-2
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.2.1
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.2.2
volumes:
- /home/ubuntu/quorum_data/v2:/eth
environment:
Expand All @@ -68,7 +68,7 @@ services:
restart: always
validator-3:
hostname: validator-3
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.2.1
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.2.2
volumes:
- /home/ubuntu/quorum_data/v3:/eth
environment:
Expand All @@ -90,7 +90,7 @@ services:
restart: always
general-0:
hostname: general-0
image: ghcr.io/boostryjp/ibet-localnet/general:v2.2.1
image: ghcr.io/boostryjp/ibet-localnet/general:v2.2.2
volumes:
- /home/ubuntu/quorum_data/g0:/eth
environment:
Expand Down
2 changes: 1 addition & 1 deletion local-network/general/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout v2.2.1
git checkout v2.2.2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
2 changes: 1 addition & 1 deletion local-network/validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout v2.2.1
git checkout v2.2.2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
2 changes: 1 addition & 1 deletion test-network/general/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout v2.2.1
git checkout v2.2.2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
2 changes: 1 addition & 1 deletion test-network/validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout v2.2.1
git checkout v2.2.2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down

0 comments on commit 94c3e6f

Please sign in to comment.