Skip to content

Commit ffa84ec

Browse files
authored
Merge pull request #706 from bitcoin-dev-project/28.1
replace master build with 28.1
2 parents be72d02 + b895de5 commit ffa84ec

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

docker-bake.hcl

+5-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group "all" {
22
targets = [
3-
"bitcoin-28",
3+
"bitcoin-28-1",
44
"bitcoin-27",
55
"bitcoin-26",
66
"v0-21-1",
@@ -19,7 +19,7 @@ group "all" {
1919

2020
group "maintained" {
2121
targets = [
22-
"bitcoin-28",
22+
"bitcoin-28-1",
2323
"bitcoin-27",
2424
"bitcoin-26"
2525
]
@@ -68,19 +68,11 @@ target "autogen-base" {
6868
dockerfile = "./Dockerfile"
6969
}
7070

71-
target "bitcoin-master" {
72-
inherits = ["cmake-base"]
73-
tags = ["bitcoindevproject/bitcoin:28.1"]
74-
args = {
75-
COMMIT_SHA = "bd0ee07310c3dcdd08633c69eac330e2e567b235"
76-
}
77-
}
78-
79-
target "bitcoin-28" {
71+
target "bitcoin-28-1" {
8072
inherits = ["autogen-base"]
81-
tags = ["bitcoindevproject/bitcoin:28.0"]
73+
tags = ["bitcoindevproject/bitcoin:28.1"]
8274
args = {
83-
COMMIT_SHA = "110183746150428e6385880c79f8c5733b1361ba"
75+
COMMIT_SHA = "32efe850438ef22e2de39e562af557872a402c31"
8476
}
8577
}
8678

0 commit comments

Comments
 (0)