From 6896c3a907bcfa7082c4b6cb095b316d01c9c9ef Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 11 Jun 2024 06:29:11 +0200 Subject: [PATCH] fix for lisk --- op/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op/Dockerfile b/op/Dockerfile index b99552b7..a83437c2 100644 --- a/op/Dockerfile +++ b/op/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.21 as op WORKDIR /app ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git -ARG OP_VERSION=v1.7.6 +ARG OP_VERSION=v1.7.7-rc.1 # for verification: