File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.0
7- ENV COMMIT=70fa4491f45b3d5d493394da2a154e3f22b61a5a
6+ ENV VERSION=v1.11.1
7+ ENV COMMIT=443e931f242e1595896d6598b02068dc822e1232
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.0
7- ENV COMMIT=70fa4491f45b3d5d493394da2a154e3f22b61a5a
6+ ENV VERSION=v1.11.1
7+ ENV COMMIT=443e931f242e1595896d6598b02068dc822e1232
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.0
7- ENV COMMIT=70fa4491f45b3d5d493394da2a154e3f22b61a5a
6+ ENV VERSION=v1.11.1
7+ ENV COMMIT=443e931f242e1595896d6598b02068dc822e1232
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