Update the Supra Node Docker Image
The following commands will enable you to update the Docker image for your Validator Node and RPC node.
For Validator Node use the command below:
./manage_supra_nodes.sh update validator v9.x.x <container_name> <host_supra_home><network
For RPC Nodes use the command below:
./manage_supra_nodes.sh update rpc v9.x.x <container_name> <host_supra_home> <network> <validator_ip>
Last updated