From 51e25534052cd6c60e28ff1eb39d48e66b194b4a Mon Sep 17 00:00:00 2001 From: Yosuke Otosu Date: Wed, 25 Sep 2024 12:50:29 +0900 Subject: [PATCH] Bump quorum --- ibet-for-fin-network/general/Dockerfile | 2 +- ibet-for-fin-network/validator/Dockerfile | 2 +- ibet-network/general/Dockerfile | 2 +- ibet-network/validator/Dockerfile | 2 +- local-network/general/Dockerfile | 2 +- local-network/validator/Dockerfile | 2 +- test-network/general/Dockerfile | 2 +- test-network/validator/Dockerfile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ibet-for-fin-network/general/Dockerfile b/ibet-for-fin-network/general/Dockerfile index f15d8cb..d0d609b 100644 --- a/ibet-for-fin-network/general/Dockerfile +++ b/ibet-for-fin-network/general/Dockerfile @@ -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.4.0_beta2 + git checkout v2.4.0 RUN cd quorum/ && \ make geth bootnode && \ mv build/bin/geth /usr/local/bin && \ diff --git a/ibet-for-fin-network/validator/Dockerfile b/ibet-for-fin-network/validator/Dockerfile index b7ea394..63ef199 100644 --- a/ibet-for-fin-network/validator/Dockerfile +++ b/ibet-for-fin-network/validator/Dockerfile @@ -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.4.0_beta2 + git checkout v2.4.0 RUN cd quorum/ && \ make geth bootnode && \ mv build/bin/geth /usr/local/bin && \ diff --git a/ibet-network/general/Dockerfile b/ibet-network/general/Dockerfile index f15d8cb..d0d609b 100644 --- a/ibet-network/general/Dockerfile +++ b/ibet-network/general/Dockerfile @@ -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.4.0_beta2 + git checkout v2.4.0 RUN cd quorum/ && \ make geth bootnode && \ mv build/bin/geth /usr/local/bin && \ diff --git a/ibet-network/validator/Dockerfile b/ibet-network/validator/Dockerfile index b7ea394..63ef199 100644 --- a/ibet-network/validator/Dockerfile +++ b/ibet-network/validator/Dockerfile @@ -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.4.0_beta2 + git checkout v2.4.0 RUN cd quorum/ && \ make geth bootnode && \ mv build/bin/geth /usr/local/bin && \ diff --git a/local-network/general/Dockerfile b/local-network/general/Dockerfile index f15d8cb..d0d609b 100644 --- a/local-network/general/Dockerfile +++ b/local-network/general/Dockerfile @@ -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.4.0_beta2 + git checkout v2.4.0 RUN cd quorum/ && \ make geth bootnode && \ mv build/bin/geth /usr/local/bin && \ diff --git a/local-network/validator/Dockerfile b/local-network/validator/Dockerfile index d50c6c5..a2d6e6c 100644 --- a/local-network/validator/Dockerfile +++ b/local-network/validator/Dockerfile @@ -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.4.0_beta2 + git checkout v2.4.0 RUN cd quorum/ && \ make geth bootnode && \ mv build/bin/geth /usr/local/bin && \ diff --git a/test-network/general/Dockerfile b/test-network/general/Dockerfile index f15d8cb..d0d609b 100644 --- a/test-network/general/Dockerfile +++ b/test-network/general/Dockerfile @@ -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.4.0_beta2 + git checkout v2.4.0 RUN cd quorum/ && \ make geth bootnode && \ mv build/bin/geth /usr/local/bin && \ diff --git a/test-network/validator/Dockerfile b/test-network/validator/Dockerfile index b7ea394..63ef199 100644 --- a/test-network/validator/Dockerfile +++ b/test-network/validator/Dockerfile @@ -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.4.0_beta2 + git checkout v2.4.0 RUN cd quorum/ && \ make geth bootnode && \ mv build/bin/geth /usr/local/bin && \