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