From bbafccbdfe5b31fb3ef5e481af6aa17937ab6f09 Mon Sep 17 00:00:00 2001 From: YoshihitoAso Date: Thu, 21 Dec 2023 08:53:52 +0900 Subject: [PATCH] Upgrade BoostryJP/quorum to v2.2.2 --- 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/docker-compose.yml | 10 +++++----- local-network/general/Dockerfile | 2 +- local-network/validator/Dockerfile | 2 +- test-network/general/Dockerfile | 2 +- test-network/validator/Dockerfile | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ibet-for-fin-network/general/Dockerfile b/ibet-for-fin-network/general/Dockerfile index e2da506..b8062b1 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.2.1 + git checkout v2.2.2 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 fb4caf0..3203835 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.2.1 + git checkout v2.2.2 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 e2da506..b8062b1 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.2.1 + git checkout v2.2.2 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 fb4caf0..3203835 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.2.1 + git checkout v2.2.2 RUN cd quorum/ && \ make geth bootnode && \ mv build/bin/geth /usr/local/bin && \ diff --git a/local-network/docker-compose.yml b/local-network/docker-compose.yml index 45698ed..f15f4f5 100644 --- a/local-network/docker-compose.yml +++ b/local-network/docker-compose.yml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/local-network/general/Dockerfile b/local-network/general/Dockerfile index e2da506..b8062b1 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.2.1 + git checkout v2.2.2 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 d182d1a..89ad318 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.2.1 + git checkout v2.2.2 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 e2da506..b8062b1 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.2.1 + git checkout v2.2.2 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 fb4caf0..3203835 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.2.1 + git checkout v2.2.2 RUN cd quorum/ && \ make geth bootnode && \ mv build/bin/geth /usr/local/bin && \