File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 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.11.2
7- ENV COMMIT=bc6d11a854b4d4cd60d9de541eb60673912d4f76
6+ ENV VERSION=v1.12.1
7+ ENV COMMIT=d3b8eadd80457c74d9c4251948ac11e8d14a9c9c
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.101500 .1
28- ENV COMMIT=7017b54770d480b5c8be63dc40eac9da166150f5
27+ ENV VERSION=v1.101503 .1
28+ ENV COMMIT=fbc739c3e40aba2f59181912470fa0b1bd7a2805
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.11.2
7- ENV COMMIT=bc6d11a854b4d4cd60d9de541eb60673912d4f76
6+ ENV VERSION=v1.12.1
7+ ENV COMMIT=d3b8eadd80457c74d9c4251948ac11e8d14a9c9c
88RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
99 git switch -c branch-$VERSION && \
1010 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.11.2
7- ENV COMMIT=bc6d11a854b4d4cd60d9de541eb60673912d4f76
6+ ENV VERSION=v1.12.1
7+ ENV COMMIT=d3b8eadd80457c74d9c4251948ac11e8d14a9c9c
88RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
99 git switch -c branch-$VERSION && \
1010 bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
You can’t perform that action at this time.
0 commit comments