From dedee2cc92d1d3fe9841fb16ad250fbbabdef08d Mon Sep 17 00:00:00 2001 From: red__larva Date: Tue, 28 Nov 2023 17:28:29 +0545 Subject: [PATCH] fix: use 0.5.1 tag to build archway image --- docs/e2e-integration-test-setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/e2e-integration-test-setup.md b/docs/e2e-integration-test-setup.md index 1c9ec0b4c..6595c62c6 100644 --- a/docs/e2e-integration-test-setup.md +++ b/docs/e2e-integration-test-setup.md @@ -53,6 +53,7 @@ If you are using an Apple Silicon machine, follow these additional steps to buil ```bash git clone https://github.com/archway-network/archway/ cd archway + git checkout -b v0.5.1 v0.5.1 docker build -f Dockerfile.deprecated -t archway . --build-arg arch=aarch64 cd - # Back to the root folder ```