Skip to content

Commit 13f4225

Browse files
authored
Merge pull request #174 from BoostryJP/upgrade-go-1-23
Upgrade golang to v1.23
2 parents bc03e92 + 1c5825c commit 13f4225

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

ibet-for-fin-network/general/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Build Geth in a stock Go builder container
2-
FROM golang:1.22-alpine as builder
2+
FROM golang:1.23-alpine as builder
33

44
WORKDIR /work
55

66
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.4.0_beta1
10+
git checkout v2.4.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Build Geth in a stock Go builder container
2-
FROM golang:1.22-alpine as builder
2+
FROM golang:1.23-alpine as builder
33

44
WORKDIR /work
55

66
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.4.0_beta1
10+
git checkout v2.4.0_beta2
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

ibet-network/general/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Build Geth in a stock Go builder container
2-
FROM golang:1.22-alpine as builder
2+
FROM golang:1.23-alpine as builder
33

44
WORKDIR /work
55

66
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.4.0_beta1
10+
git checkout v2.4.0_beta2
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

ibet-network/validator/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Build Geth in a stock Go builder container
2-
FROM golang:1.22-alpine as builder
2+
FROM golang:1.23-alpine as builder
33

44
WORKDIR /work
55

66
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.4.0_beta1
10+
git checkout v2.4.0_beta2
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

local-network/general/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Build Geth in a stock Go builder container
2-
FROM golang:1.22-alpine as builder
2+
FROM golang:1.23-alpine as builder
33

44
WORKDIR /work
55

66
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.4.0_beta1
10+
git checkout v2.4.0_beta2
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

local-network/validator/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Build Geth in a stock Go builder container
2-
FROM golang:1.22-alpine as builder
2+
FROM golang:1.23-alpine as builder
33

44
WORKDIR /work
55

66
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.4.0_beta1
10+
git checkout v2.4.0_beta2
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

test-network/general/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Build Geth in a stock Go builder container
2-
FROM golang:1.22-alpine as builder
2+
FROM golang:1.23-alpine as builder
33

44
WORKDIR /work
55

66
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.4.0_beta1
10+
git checkout v2.4.0_beta2
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

test-network/validator/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Build Geth in a stock Go builder container
2-
FROM golang:1.22-alpine as builder
2+
FROM golang:1.23-alpine as builder
33

44
WORKDIR /work
55

66
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.4.0_beta1
10+
git checkout v2.4.0_beta2
1111
RUN cd quorum/ && \
1212
make geth bootnode && \
1313
mv build/bin/geth /usr/local/bin && \

0 commit comments

Comments
 (0)