From ebb804e9b8c2fd1f8153c858daee44994fa82215 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 26 Oct 2024 07:23:10 +0200 Subject: [PATCH] fix --- op-celo-alfajores-fullnode-debug.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/op-celo-alfajores-fullnode-debug.yml b/op-celo-alfajores-fullnode-debug.yml index cab989ed..8bf1fad0 100644 --- a/op-celo-alfajores-fullnode-debug.yml +++ b/op-celo-alfajores-fullnode-debug.yml @@ -4,6 +4,8 @@ services: context: ./op dockerfile: Dockerfile.debug args: + OP_NODE_REPO: https://github.com/celo-org/optimism.git + OP_NODE_VERSION: celo9 OP_GETH_REPO: https://github.com/celo-org/op-geth.git OP_GETH_VERSION: celo8 volumes: @@ -16,6 +18,8 @@ services: context: ./op dockerfile: Dockerfile.debug args: + OP_NODE_REPO: https://github.com/celo-org/optimism.git + OP_NODE_VERSION: celo9 OP_GETH_REPO: https://github.com/celo-org/op-geth.git OP_GETH_VERSION: celo8 depends_on: @@ -74,6 +78,8 @@ services: args: OP_NODE_REPO: https://github.com/celo-org/optimism.git OP_NODE_VERSION: celo9 + OP_GETH_REPO: https://github.com/celo-org/op-geth.git + OP_GETH_VERSION: celo8 depends_on: - op-celo-alfajores-fullnode - op-celo-alfajores-key-generator