File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 11group "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
2020group "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
You can’t perform that action at this time.
0 commit comments