Skip to content

Commit

Permalink
chore: bump stacks-node to wip nakamoto branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Dec 10, 2023
1 parent 61ff03a commit d90e0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

env:
STACKS_BLOCKCHAIN_COMMIT: 14fc7fee769bfa01484d130a4f269884b0b0e9a8
STACKS_BLOCKCHAIN_COMMIT: f8ffd1dbe8990234391def4611b2611be9a3e4ba

jobs:
cancel-previous-runs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM rust:bookworm as builder

# A commit hash, tag, or branch
ARG GIT_COMMIT=14fc7fee769bfa01484d130a4f269884b0b0e9a8
ARG GIT_COMMIT=f8ffd1dbe8990234391def4611b2611be9a3e4ba
ARG BLOCKCHAIN_REPO=https://github.com/stacks-network/stacks-blockchain.git

ARG TARGETPLATFORM
Expand Down

0 comments on commit d90e0cb

Please sign in to comment.