File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM golang:1.19 as op
1+ FROM golang:1.20 as op
22
33WORKDIR /app
44
55ENV REPO=https://github.com/ethereum-optimism/optimism.git
6- ENV VERSION=v1.1.4
6+ ENV VERSION=v1.2.0
77# for verification:
8- ENV COMMIT=5877ee24cc9aaef5848c1372e0e196707fb336a0
8+ ENV COMMIT=c73850809be1bef888ba7dd1194acdf222e4d819
99
1010RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1111 git switch -c branch-$VERSION && \
@@ -14,14 +14,14 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1414RUN cd op-node && \
1515 make op-node
1616
17- FROM golang:1.19 as geth
17+ FROM golang:1.20 as geth
1818
1919WORKDIR /app
2020
2121ENV REPO=https://github.com/ethereum-optimism/op-geth.git
22- ENV VERSION=v1.101200 .1
22+ ENV VERSION=v1.101301 .1
2323# for verification:
24- ENV COMMIT=368310232f16b7697d3a79ea7f946f0b2b21ab3f
24+ ENV COMMIT=1296a2cb602227e45979108242ae81504c5b658f
2525
2626# avoid depth=1, so the geth build can read tags
2727RUN git clone $REPO --branch $VERSION --single-branch . && \
@@ -30,7 +30,7 @@ RUN git clone $REPO --branch $VERSION --single-branch . && \
3030
3131RUN go run build/ci.go install -static ./cmd/geth
3232
33- FROM golang:1.19
33+ FROM golang:1.20
3434
3535RUN apt-get update && \
3636 apt-get install -y jq curl supervisor && \
You can’t perform that action at this time.
0 commit comments