From f930debb01cd844048d5700f0cd04daf0bc7d1ab Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Mon, 8 May 2023 10:40:26 +0200 Subject: [PATCH] chore: bump to latest stacks 2.4 code, attempt 2 --- .github/workflows/build.yml | 2 +- Dockerfile.e2e | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24ef041..62f3988 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: push: env: - STACKS_BLOCKCHAIN_COMMIT: "2f20135e33ceadbb0004ec4a673b559cdb6f258d" + STACKS_BLOCKCHAIN_COMMIT: "test/epoch-2.4-draft.2" jobs: cancel-previous-runs: diff --git a/Dockerfile.e2e b/Dockerfile.e2e index f2939ec..f406be5 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=2f20135e33ceadbb0004ec4a673b559cdb6f258d +ARG GIT_COMMIT=test/epoch-2.4-draft.2 ARG BLOCKCHAIN_REPO=https://github.com/stacks-network/stacks-blockchain.git ARG TARGETPLATFORM