File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
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.9.0
7
- ENV COMMIT=ec45f6634ab2855a4ae5d30c4e240d79f081d689
6
+ ENV VERSION=v1.9.1
7
+ ENV COMMIT=4797ddb70e05d4952685bad53e608cb5606284e6
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.3
21
- ENV COMMIT=8af19cf20261c0b62f98cc27da3a268f542822ee
20
+ ENV VERSION=v1.101408.0
21
+ ENV COMMIT=5c2e75862239c77d2873de1888ba52ee84c83178
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" ]'
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.9.0
7
- ENV COMMIT=ec45f6634ab2855a4ae5d30c4e240d79f081d689
6
+ ENV VERSION=v1.9.1
7
+ ENV COMMIT=4797ddb70e05d4952685bad53e608cb5606284e6
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" ]'
@@ -21,7 +21,7 @@ WORKDIR /app
21
21
RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential
22
22
23
23
ENV REPO=https://github.com/paradigmxyz/reth.git
24
- ENV COMMIT=ffd71a0b024e6c20f15cb95bcdf1b4882fc91093
24
+ ENV COMMIT=c228fe15808c3acbf18dc3af1a03ef5cbdcda07a
25
25
RUN git clone $REPO . && git checkout $COMMIT
26
26
27
27
RUN cargo build --bin op-reth --locked --features $FEATURES --profile maxperf
You can’t perform that action at this time.
0 commit comments