From 3612665c26c4e3783da116b8948c5a0e53e6a5e7 Mon Sep 17 00:00:00 2001 From: VigneshViswanathan Date: Tue, 13 Jun 2023 12:52:41 +0530 Subject: [PATCH] Update image tag for full node --- docs/canarynet/node/run-full-node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/canarynet/node/run-full-node.md b/docs/canarynet/node/run-full-node.md index ca354d8b..6bc6548e 100644 --- a/docs/canarynet/node/run-full-node.md +++ b/docs/canarynet/node/run-full-node.md @@ -26,7 +26,7 @@ For running `Validator Node`, please refer to the [next section](./run-validator -v "/chain:/data" \ -u $(id -u ${USER}):$(id -g ${USER}) \ -d \ - atactr/automata:contextfree-v0.1.0-rc4 \ + atactr/automata:contextfree-v0.1.0-rc5 \ --node-type full \ --name ``` @@ -40,7 +40,7 @@ For running `Validator Node`, please refer to the [next section](./run-validator -v "/chain:/data" \ -u $(id -u ${USER}):$(id -g ${USER}) \ -d \ - atactr/automata:contextfree-v0.1.0-rc4 \ + atactr/automata:contextfree-v0.1.0-rc5 \ --node-type archive \ --name ```