Skip to content

Commit

Permalink
Compose: Bump Node image to latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgardo committed Dec 6, 2023
1 parent a381b70 commit b049f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mainnet.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COMPOSE_PROJECT_NAME=${NETWORK}
DOMAIN=${NETWORK}.concordium.software

# Node (always enabled).
NODE_VERSION=6.2.3-0_0
NODE_VERSION=6.2.3-0_2
NODE_IMAGE=bisgardo/concordium-node:${NODE_VERSION}
GENESIS_DATA_FILE=./genesis/mainnet-0.dat

Expand Down
2 changes: 1 addition & 1 deletion testnet.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COMPOSE_PROJECT_NAME=${NETWORK}
DOMAIN=${NETWORK}.concordium.com

# Node (always enabled).
NODE_VERSION=6.2.3-0_0
NODE_VERSION=6.2.3-0_2
NODE_IMAGE=bisgardo/concordium-node:${NODE_VERSION}
GENESIS_DATA_FILE=./genesis/testnet-1.dat

Expand Down

0 comments on commit b049f77

Please sign in to comment.