diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c652c5..24ef041 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: push: env: - STACKS_BLOCKCHAIN_COMMIT: "test/epoch-2.4-draft" + STACKS_BLOCKCHAIN_COMMIT: "2f20135e33ceadbb0004ec4a673b559cdb6f258d" jobs: cancel-previous-runs: diff --git a/Dockerfile.e2e b/Dockerfile.e2e index 691fba5..f2939ec 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -3,7 +3,7 @@ FROM rust:bullseye as builder # A commit hash, tag, or branch -ARG GIT_COMMIT=test/epoch-2.4-draft +ARG GIT_COMMIT=2f20135e33ceadbb0004ec4a673b559cdb6f258d ARG BLOCKCHAIN_REPO=https://github.com/stacks-network/stacks-blockchain.git ARG TARGETPLATFORM