File tree 1 file changed +5
-13
lines changed
1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
1
group "all" {
2
2
targets = [
3
- " bitcoin-28" ,
3
+ " bitcoin-28-1 " ,
4
4
" bitcoin-27" ,
5
5
" bitcoin-26" ,
6
6
" v0-21-1" ,
@@ -19,7 +19,7 @@ group "all" {
19
19
20
20
group "maintained" {
21
21
targets = [
22
- " bitcoin-28" ,
22
+ " bitcoin-28-1 " ,
23
23
" bitcoin-27" ,
24
24
" bitcoin-26"
25
25
]
@@ -68,19 +68,11 @@ target "autogen-base" {
68
68
dockerfile = " ./Dockerfile"
69
69
}
70
70
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" {
80
72
inherits = [" autogen-base" ]
81
- tags = [" bitcoindevproject/bitcoin:28.0 " ]
73
+ tags = [" bitcoindevproject/bitcoin:28.1 " ]
82
74
args = {
83
- COMMIT_SHA = " 110183746150428e6385880c79f8c5733b1361ba "
75
+ COMMIT_SHA = " 32efe850438ef22e2de39e562af557872a402c31 "
84
76
}
85
77
}
86
78
You can’t perform that action at this time.
0 commit comments