Skip to content

Commit c8864a1

Browse files
committed
Bump op-node to v1.1.4
1 parent 391f989 commit c8864a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM golang:1.19 as op
33
WORKDIR /app
44

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV VERSION=v1.1.3
6+
ENV VERSION=v1.1.4
77
# for verification:
8-
ENV COMMIT=896d83caab6a28f697e21ec1618e487070a0c396
8+
ENV COMMIT=5877ee24cc9aaef5848c1372e0e196707fb336a0
99

1010
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1111
git switch -c branch-$VERSION && \

0 commit comments

Comments
 (0)