File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ FROM golang:1.20 as op
33WORKDIR /app
44
55ENV REPO=https://github.com/ethereum-optimism/optimism.git
6- ENV VERSION=v1.3.1
6+ ENV VERSION=v1.4.0
77# for verification:
8- ENV COMMIT=74ff044a9869e440aa270b65681182950576004e
8+ ENV COMMIT=eb0d89ddaa57e6335d92dfa379f6036847c5cc18
99
1010RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1111 git switch -c branch-$VERSION && \
@@ -19,9 +19,9 @@ FROM golang:1.20 as geth
1919WORKDIR /app
2020
2121ENV REPO=https://github.com/ethereum-optimism/op-geth.git
22- ENV VERSION=v1.101304.1
22+ ENV VERSION=v1.101304.2
2323# for verification:
24- ENV COMMIT=ed8e9f54ed0a5069e77ea34895ff12a9ac4ca17f
24+ ENV COMMIT=c6b416da212fe6713ff40b8092303d0035405a47
2525
2626# avoid depth=1, so the geth build can read tags
2727RUN git clone $REPO --branch $VERSION --single-branch . && \
You can’t perform that action at this time.
0 commit comments