File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM golang:1.21 AS op
3
3
WORKDIR /app
4
4
5
5
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6
- ENV VERSION=v1.7.7
7
- ENV COMMIT=f8143c8cbc4cc0c83922c53f17a1e47280673485
6
+ ENV VERSION=v1.9.0
7
+ ENV COMMIT=ec45f6634ab2855a4ae5d30c4e240d79f081d689
8
8
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
9
9
git switch -c branch-$VERSION && \
10
10
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
@@ -17,8 +17,8 @@ FROM golang:1.21 AS geth
17
17
WORKDIR /app
18
18
19
19
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
20
- ENV VERSION=v1.101315.2
21
- ENV COMMIT=7c2819836018bfe0ca07c4e4955754834ffad4e0
20
+ ENV VERSION=v1.101315.3
21
+ ENV COMMIT=8af19cf20261c0b62f98cc27da3a268f542822ee
22
22
RUN git clone $REPO --branch $VERSION --single-branch . && \
23
23
git switch -c branch-$VERSION && \
24
24
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
You can’t perform that action at this time.
0 commit comments