From 4cce6176f301580a4f385c88756fa1844751bf8d Mon Sep 17 00:00:00 2001 From: Steve Degosserie <723552+stiiifff@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:58:33 +0100 Subject: [PATCH] Update the client docker image to moonbeamfoundation/moonbeam:v0.43.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d65d1edf06..c2d0a1eab0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Docker images are published for every tagged release. Learn more with `moonbeam ```bash # Join the public testnet -docker run --network="host" moonbeamfoundation/moonbeam:v0.42.1 --chain alphanet +docker run --network="host" moonbeamfoundation/moonbeam:v0.43.0 --chain alphanet ``` You can find more detailed instructions to [run a full node in our TestNet](https://docs.moonbeam.network/node-operators/networks/run-a-node/overview/) @@ -28,7 +28,7 @@ locally. You can quickly set up a single node without a relay chain backing it u ```bash # Run a dev service node -docker run --network="host" moonbeamfoundation/moonbeam:v0.42.1 --dev +docker run --network="host" moonbeamfoundation/moonbeam:v0.43.0 --dev ``` For more information, see our detailed instructions to [run a development node](https://docs.moonbeam.network/builders/get-started/networks/moonbeam-dev/) @@ -39,10 +39,10 @@ The above command will start the node in instant seal mode. It creates a block w ```bash # Author a block every 6 seconds. -docker run --network="host" moonbeamfoundation/moonbeam:v0.42.1 --dev --sealing 6000 +docker run --network="host" moonbeamfoundation/moonbeam:v0.43.0 --dev --sealing 6000 # Manually control the block authorship and finality -docker run --network="host" moonbeamfoundation/moonbeam:v0.42.1 --dev --sealing manual +docker run --network="host" moonbeamfoundation/moonbeam:v0.43.0 --dev --sealing manual ``` ### Prefunded Development Addresses