From 0e2bf75e05a0cec8c66a97b91e1ea651d4b4b5d2 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 8 Sep 2024 19:36:07 +0200 Subject: [PATCH] fix --- base-fullnode.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/base-fullnode.yml b/base-fullnode.yml index 2644230d..03a1469e 100644 --- a/base-fullnode.yml +++ b/base-fullnode.yml @@ -2,7 +2,11 @@ version: '3.1' services: base-fullnode: # this is Optimism's geth client - build: ./op + build: + context: ./op + args: + OP_GETH_VERSION: v1.101408.0 + OP_NODE_VERSION: v1.9.1 expose: - 8545 # RPC / Websocket - 8480 # P2P TCP (currently unused) @@ -50,7 +54,11 @@ services: base-fullnode-node: - build: ./base + build: + context: ./op + args: + OP_GETH_VERSION: v1.101408.0 + OP_NODE_VERSION: v1.9.1 depends_on: - base-fullnode volumes: