Commit f496431 1 parent 7f67637 commit f496431 Copy full SHA for f496431
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
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.11.0
7
- ENV COMMIT=70fa4491f45b3d5d493394da2a154e3f22b61a5a
6
+ ENV VERSION=v1.11.1
7
+ ENV COMMIT=443e931f242e1595896d6598b02068dc822e1232
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" ]'
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.11.0
7
- ENV COMMIT=70fa4491f45b3d5d493394da2a154e3f22b61a5a
6
+ ENV VERSION=v1.11.1
7
+ ENV COMMIT=443e931f242e1595896d6598b02068dc822e1232
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" ]'
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.11.0
7
- ENV COMMIT=70fa4491f45b3d5d493394da2a154e3f22b61a5a
6
+ ENV VERSION=v1.11.1
7
+ ENV COMMIT=443e931f242e1595896d6598b02068dc822e1232
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" ]'
You can’t perform that action at this time.
0 commit comments