From 13443fdc5d0226793725e47e7343b9b942a0980b Mon Sep 17 00:00:00 2001 From: Michael de Hoog Date: Wed, 23 Aug 2023 09:13:11 -1000 Subject: [PATCH] Bump op-geth to new release-candidate (#100) --- Dockerfile | 4 ++-- geth-entrypoint | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9a31ff38..6c8f909d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,8 @@ FROM golang:1.19 as geth WORKDIR /app ENV REPO=https://github.com/ethereum-optimism/op-geth -ENV VERSION=v1.101106.0 -ENV CHECKSUM=0273ea3226147ba5b04c1a6eff2d9da48e6bbff3a348b33fe13e7e34d88ba411 +ENV VERSION=v1.101200.1-rc.2 +ENV CHECKSUM=acdd027c85cf2edaec198f888a543445821182eaef461bc9d1a32527bd186ee3 ADD --checksum=sha256:$CHECKSUM $REPO/archive/$VERSION.tar.gz ./ RUN tar -xvf ./$VERSION.tar.gz --strip-components=1 && \ diff --git a/geth-entrypoint b/geth-entrypoint index 5bb6dcd8..cfc39e19 100755 --- a/geth-entrypoint +++ b/geth-entrypoint @@ -64,5 +64,5 @@ exec ./geth \ --nat=extip:$HOST_IP \ --networkid="$CHAIN_ID" \ --rollup.sequencerhttp="$OP_GETH_SEQUENCER_HTTP" \ - --port="$P2P_PORT" \ + --port="$P2P_PORT" \ $ADDITIONAL_ARGS # intentionally unquoted