From dcb10f1fafc197efc522f95ad04c2bb2bdf2e44c Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Tue, 9 May 2023 18:36:10 +0200 Subject: [PATCH] chore: bump to latest stacks-node-2.4 --- .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 62f3988..137f523 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.2" + STACKS_BLOCKCHAIN_COMMIT: "feat/epoch-2.4" jobs: cancel-previous-runs: diff --git a/Dockerfile.e2e b/Dockerfile.e2e index f406be5..b09f0ed 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.2 +ARG GIT_COMMIT=feat/epoch-2.4 ARG BLOCKCHAIN_REPO=https://github.com/stacks-network/stacks-blockchain.git ARG TARGETPLATFORM