Skip to content

Commit f6c2e9d

Browse files
author
Roberto Bayardo
authored
update op-node to v1.7.1 (#215)
1 parent aa729e6 commit f6c2e9d

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.21 as op
33
WORKDIR /app
44

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV VERSION=v1.7.0
6+
ENV VERSION=v1.7.1
77
# for verification:
8-
ENV COMMIT=f707883038d527cbf1e9f8ea513fe33255deadbc
8+
ENV COMMIT=c87a469d7d679e8a4efbace56c3646b925bcc009
99

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

0 commit comments

Comments
 (0)