From 071afe170375bcefb696cfb99180d681713bc325 Mon Sep 17 00:00:00 2001 From: Michael de Hoog Date: Wed, 27 Sep 2023 10:49:04 -1000 Subject: [PATCH] Switch to non-RC op-geth (#116) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f82aab4..9ae0abc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ FROM golang:1.19 as geth WORKDIR /app ENV REPO=https://github.com/ethereum-optimism/op-geth.git -ENV VERSION=v1.101200.1-rc.2 +ENV VERSION=v1.101200.1 # for verification: ENV COMMIT=368310232f16b7697d3a79ea7f946f0b2b21ab3f