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
33WORKDIR /app
44
55ENV 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
88RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
99 git switch -c branch-$VERSION && \
1010 bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
@@ -24,8 +24,8 @@ RUN apt-get update && \
2424 build-essential
2525
2626ENV 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
2929RUN git clone $REPO --branch $VERSION --single-branch . && \
3030 git switch -c branch-$VERSION && \
3131 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
33WORKDIR /app
44
55ENV 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
88RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
99 git switch -c branch-$VERSION && \
1010 bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
@@ -22,8 +22,8 @@ WORKDIR /app
2222RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential
2323
2424ENV 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
2727RUN git clone $REPO --branch $VERSION --single-branch . && \
2828 git switch -c branch-$VERSION && \
2929 bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
You can’t perform that action at this time.
0 commit comments