diff --git a/docs/installation.md b/docs/installation.md index 4cd389c..1d01bf3 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -201,11 +201,11 @@ Alternatively, build images from a release tag: ```sh git clone https://github.com/circlefin/arc-node.git && cd arc-node -git checkout v$ARC_VERSION +git checkout "$ARC_VERSION" docker buildx bake \ - --set "*.args.GIT_COMMIT_HASH=$(git rev-parse v$ARC_VERSION^{commit})" \ - --set "*.args.GIT_VERSION=v$ARC_VERSION" \ - --set "*.args.GIT_SHORT_HASH=$(git rev-parse --short v$ARC_VERSION^{commit})" \ + --set "*.args.GIT_COMMIT_HASH=$(git rev-parse "${ARC_VERSION}^{commit}")" \ + --set "*.args.GIT_VERSION=$ARC_VERSION" \ + --set "*.args.GIT_SHORT_HASH=$(git rev-parse --short "${ARC_VERSION}^{commit}")" \ --set "arc-execution.tags=arc-execution:$ARC_VERSION" \ --set "arc-consensus.tags=arc-consensus:$ARC_VERSION" ``` diff --git a/docs/running-an-arc-node.md b/docs/running-an-arc-node.md index 93f04f9..5cb06c4 100644 --- a/docs/running-an-arc-node.md +++ b/docs/running-an-arc-node.md @@ -284,7 +284,7 @@ mkdir -p "${ARC_HOME:-$HOME/.arc}" Download `docker-compose.yml` into a working directory: ```sh -curl -O https://raw.githubusercontent.com/circlefin/arc-node/v${ARC_VERSION}/deployments/docker-compose.yml +curl -O https://raw.githubusercontent.com/circlefin/arc-node/${ARC_VERSION}/deployments/docker-compose.yml ``` ### Start