Skip to content

Commit 13443fd

Browse files
author
Michael de Hoog
authored
Bump op-geth to new release-candidate (#100)
1 parent d7de564 commit 13443fd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ FROM golang:1.19 as geth
1717
WORKDIR /app
1818

1919
ENV REPO=https://github.com/ethereum-optimism/op-geth
20-
ENV VERSION=v1.101106.0
21-
ENV CHECKSUM=0273ea3226147ba5b04c1a6eff2d9da48e6bbff3a348b33fe13e7e34d88ba411
20+
ENV VERSION=v1.101200.1-rc.2
21+
ENV CHECKSUM=acdd027c85cf2edaec198f888a543445821182eaef461bc9d1a32527bd186ee3
2222
ADD --checksum=sha256:$CHECKSUM $REPO/archive/$VERSION.tar.gz ./
2323

2424
RUN tar -xvf ./$VERSION.tar.gz --strip-components=1 && \

geth-entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ exec ./geth \
6464
--nat=extip:$HOST_IP \
6565
--networkid="$CHAIN_ID" \
6666
--rollup.sequencerhttp="$OP_GETH_SEQUENCER_HTTP" \
67-
--port="$P2P_PORT" \
67+
--port="$P2P_PORT" \
6868
$ADDITIONAL_ARGS # intentionally unquoted

0 commit comments

Comments
 (0)