File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM golang:1.20 as op
1
+ FROM golang:1.21 as op
2
2
3
3
WORKDIR /app
4
4
5
5
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6
- ENV VERSION=v1.4.1
6
+ ENV VERSION=v1.5.0
7
7
# for verification:
8
- ENV COMMIT=54a7dbf8aa9b982f9c6a54cbbe448be41c0b7bc7
8
+ ENV COMMIT=6de6b5fc81d8ee03bb776219ba25189a04712f99
9
9
10
10
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
11
11
git switch -c branch-$VERSION && \
@@ -14,14 +14,14 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
14
14
RUN cd op-node && \
15
15
make op-node
16
16
17
- FROM golang:1.20 as geth
17
+ FROM golang:1.21 as geth
18
18
19
19
WORKDIR /app
20
20
21
21
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
22
- ENV VERSION=v1.101304.2
22
+ ENV VERSION=v1.101305.3
23
23
# for verification:
24
- ENV COMMIT=c6b416da212fe6713ff40b8092303d0035405a47
24
+ ENV COMMIT=ea3c3044010f97fb3d9affa0dd3c0c2beea85882
25
25
26
26
# avoid depth=1, so the geth build can read tags
27
27
RUN git clone $REPO --branch $VERSION --single-branch . && \
You can’t perform that action at this time.
0 commit comments