File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM golang:1.22 AS op
3
3
WORKDIR /app
4
4
5
5
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6
- ENV VERSION=v1.12.1
7
- ENV COMMIT=d3b8eadd80457c74d9c4251948ac11e8d14a9c9c
6
+ ENV VERSION=v1.13.0
7
+ ENV COMMIT=5f003211aed7469eed7df666291a62c025d1c46c
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" ]'
@@ -24,8 +24,8 @@ RUN apt-get update && \
24
24
build-essential
25
25
26
26
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
27
- ENV VERSION=v1.101503.1
28
- ENV COMMIT=fbc739c3e40aba2f59181912470fa0b1bd7a2805
27
+ ENV VERSION=v1.101503.2
28
+ ENV COMMIT=37be9e05e9d6843619c9bbaabc96abc0ce653f55
29
29
RUN git clone $REPO --branch $VERSION --single-branch . && \
30
30
git switch -c branch-$VERSION && \
31
31
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM golang:1.22 AS op
3
3
WORKDIR /app
4
4
5
5
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6
- ENV VERSION=v1.12.1
7
- ENV COMMIT=d3b8eadd80457c74d9c4251948ac11e8d14a9c9c
6
+ ENV VERSION=v1.13.0
7
+ ENV COMMIT=5f003211aed7469eed7df666291a62c025d1c46c
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" ]'
@@ -22,8 +22,8 @@ WORKDIR /app
22
22
RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential
23
23
24
24
ENV REPO=https://github.com/paradigmxyz/reth.git
25
- ENV VERSION=v1.3.0
26
- ENV COMMIT=a38c991c363d241894867a89324b8670be2f6a44
25
+ ENV VERSION=v1.3.7
26
+ ENV COMMIT=ed7da87da4de340a437bf46f39a7e1397ac82065
27
27
RUN git clone $REPO --branch $VERSION --single-branch . && \
28
28
git switch -c branch-$VERSION && \
29
29
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
You can’t perform that action at this time.
0 commit comments