We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa729e6 commit f6c2e9dCopy full SHA for f6c2e9d
Dockerfile
@@ -3,9 +3,9 @@ FROM golang:1.21 as op
3
WORKDIR /app
4
5
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6
-ENV VERSION=v1.7.0
+ENV VERSION=v1.7.1
7
# for verification:
8
-ENV COMMIT=f707883038d527cbf1e9f8ea513fe33255deadbc
+ENV COMMIT=c87a469d7d679e8a4efbace56c3646b925bcc009
9
10
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
11
git switch -c branch-$VERSION && \
0 commit comments