File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Build Geth in a stock Go builder container
2
- FROM golang:1.22 -alpine as builder
2
+ FROM golang:1.23 -alpine as builder
3
3
4
4
WORKDIR /work
5
5
6
6
RUN apk add --no-cache make gcc musl-dev linux-headers git
7
7
8
8
RUN git clone https://github.com/BoostryJP/quorum.git && \
9
9
cd quorum/ && \
10
- git checkout v2.4.0_beta1
10
+ git checkout v2.4.0_beta2
11
11
RUN cd quorum/ && \
12
12
make geth bootnode && \
13
13
mv build/bin/geth /usr/local/bin && \
Original file line number Diff line number Diff line change 1
1
# Build Geth in a stock Go builder container
2
- FROM golang:1.22 -alpine as builder
2
+ FROM golang:1.23 -alpine as builder
3
3
4
4
WORKDIR /work
5
5
6
6
RUN apk add --no-cache make gcc musl-dev linux-headers git
7
7
8
8
RUN git clone https://github.com/BoostryJP/quorum.git && \
9
9
cd quorum/ && \
10
- git checkout v2.4.0_beta1
10
+ git checkout v2.4.0_beta2
11
11
RUN cd quorum/ && \
12
12
make geth bootnode && \
13
13
mv build/bin/geth /usr/local/bin && \
Original file line number Diff line number Diff line change 1
1
# Build Geth in a stock Go builder container
2
- FROM golang:1.22 -alpine as builder
2
+ FROM golang:1.23 -alpine as builder
3
3
4
4
WORKDIR /work
5
5
6
6
RUN apk add --no-cache make gcc musl-dev linux-headers git
7
7
8
8
RUN git clone https://github.com/BoostryJP/quorum.git && \
9
9
cd quorum/ && \
10
- git checkout v2.4.0_beta1
10
+ git checkout v2.4.0_beta2
11
11
RUN cd quorum/ && \
12
12
make geth bootnode && \
13
13
mv build/bin/geth /usr/local/bin && \
Original file line number Diff line number Diff line change 1
1
# Build Geth in a stock Go builder container
2
- FROM golang:1.22 -alpine as builder
2
+ FROM golang:1.23 -alpine as builder
3
3
4
4
WORKDIR /work
5
5
6
6
RUN apk add --no-cache make gcc musl-dev linux-headers git
7
7
8
8
RUN git clone https://github.com/BoostryJP/quorum.git && \
9
9
cd quorum/ && \
10
- git checkout v2.4.0_beta1
10
+ git checkout v2.4.0_beta2
11
11
RUN cd quorum/ && \
12
12
make geth bootnode && \
13
13
mv build/bin/geth /usr/local/bin && \
Original file line number Diff line number Diff line change 1
1
# Build Geth in a stock Go builder container
2
- FROM golang:1.22 -alpine as builder
2
+ FROM golang:1.23 -alpine as builder
3
3
4
4
WORKDIR /work
5
5
6
6
RUN apk add --no-cache make gcc musl-dev linux-headers git
7
7
8
8
RUN git clone https://github.com/BoostryJP/quorum.git && \
9
9
cd quorum/ && \
10
- git checkout v2.4.0_beta1
10
+ git checkout v2.4.0_beta2
11
11
RUN cd quorum/ && \
12
12
make geth bootnode && \
13
13
mv build/bin/geth /usr/local/bin && \
Original file line number Diff line number Diff line change 1
1
# Build Geth in a stock Go builder container
2
- FROM golang:1.22 -alpine as builder
2
+ FROM golang:1.23 -alpine as builder
3
3
4
4
WORKDIR /work
5
5
6
6
RUN apk add --no-cache make gcc musl-dev linux-headers git
7
7
8
8
RUN git clone https://github.com/BoostryJP/quorum.git && \
9
9
cd quorum/ && \
10
- git checkout v2.4.0_beta1
10
+ git checkout v2.4.0_beta2
11
11
RUN cd quorum/ && \
12
12
make geth bootnode && \
13
13
mv build/bin/geth /usr/local/bin && \
Original file line number Diff line number Diff line change 1
1
# Build Geth in a stock Go builder container
2
- FROM golang:1.22 -alpine as builder
2
+ FROM golang:1.23 -alpine as builder
3
3
4
4
WORKDIR /work
5
5
6
6
RUN apk add --no-cache make gcc musl-dev linux-headers git
7
7
8
8
RUN git clone https://github.com/BoostryJP/quorum.git && \
9
9
cd quorum/ && \
10
- git checkout v2.4.0_beta1
10
+ git checkout v2.4.0_beta2
11
11
RUN cd quorum/ && \
12
12
make geth bootnode && \
13
13
mv build/bin/geth /usr/local/bin && \
Original file line number Diff line number Diff line change 1
1
# Build Geth in a stock Go builder container
2
- FROM golang:1.22 -alpine as builder
2
+ FROM golang:1.23 -alpine as builder
3
3
4
4
WORKDIR /work
5
5
6
6
RUN apk add --no-cache make gcc musl-dev linux-headers git
7
7
8
8
RUN git clone https://github.com/BoostryJP/quorum.git && \
9
9
cd quorum/ && \
10
- git checkout v2.4.0_beta1
10
+ git checkout v2.4.0_beta2
11
11
RUN cd quorum/ && \
12
12
make geth bootnode && \
13
13
mv build/bin/geth /usr/local/bin && \
You can’t perform that action at this time.
0 commit comments