Skip to content

Commit 2f3557e

Browse files
author
Roberto Bayardo
authored
update op-node/batcher/proposer to 1.4.1 (#163)
1 parent 2218eab commit 2f3557e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM golang:1.20 as op
33
WORKDIR /app
44

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV VERSION=v1.4.0
6+
ENV VERSION=v1.4.1
77
# for verification:
8-
ENV COMMIT=eb0d89ddaa57e6335d92dfa379f6036847c5cc18
8+
ENV COMMIT=54a7dbf8aa9b982f9c6a54cbbe448be41c0b7bc7
99

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

0 commit comments

Comments
 (0)