Skip to content

Commit

Permalink
Merge pull request #23 from hirosystems/feat/stacks-2.2
Browse files Browse the repository at this point in the history
feat: Stacks 2.2
  • Loading branch information
zone117x authored May 3, 2023
2 parents a50d830 + 8107f75 commit 0426af0
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: "2.1.0.0.0"
STACKS_BLOCKCHAIN_COMMIT: "2.2.0.0.1"

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:bullseye as builder

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

ARG TARGETPLATFORM
Expand Down

0 comments on commit 0426af0

Please sign in to comment.