We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2218eab commit 2f3557eCopy full SHA for 2f3557e
Dockerfile
@@ -3,9 +3,9 @@ FROM golang:1.20 as op
3
WORKDIR /app
4
5
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6
-ENV VERSION=v1.4.0
+ENV VERSION=v1.4.1
7
# for verification:
8
-ENV COMMIT=eb0d89ddaa57e6335d92dfa379f6036847c5cc18
+ENV COMMIT=54a7dbf8aa9b982f9c6a54cbbe448be41c0b7bc7
9
10
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
11
git switch -c branch-$VERSION && \
0 commit comments