We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391f989 commit c8864a1Copy full SHA for c8864a1
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.3
+ENV VERSION=v1.1.4
7
# for verification:
8
-ENV COMMIT=896d83caab6a28f697e21ec1618e487070a0c396
+ENV COMMIT=5877ee24cc9aaef5848c1372e0e196707fb336a0
9
10
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
11
git switch -c branch-$VERSION && \
0 commit comments