File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ docker:
7979 binary :
8080 options : ' '
8181 # yamllint disable-line rule:line-length
82- source : ' https://github.com/docker/compose/releases/download/1.29.2 /docker-compose-Linux-x86_64'
83- source_hash : ' f3f10cf3dbb8107e9ba2ea5f23c1d2159ff7321d16f0a23051d68d8e2547b323 '
82+ source : ' https://github.com/docker/compose/releases/latest/download /docker-compose-Linux-x86_64'
83+ source_hash : null
8484
8585 networks : {}
8686 containers :
Original file line number Diff line number Diff line change 6262 {% - if 'source_hash' in p .binary and p .binary .source_hash %}
6363 {% - do p .binary .update ({'name' : p .path , 'source_hash' : p .binary .source_hash }) %}
6464 {% - else %}
65+ {% - set url = p .binary .source %}
6566 {% - do p .binary .update ({'name' : p .path , 'source_hash' : url ~ '.sha256' }) %}
6667 {% - endif %}
6768
Original file line number Diff line number Diff line change 9595 name : docker-compose # homebrew
9696 use_upstream : package # Docker Desktop
9797 archive :
98- source : ' https://github.com/docker/compose/releases/download/v1.29.2 /docker-compose-Darwin-x86_64'
99- source_hash : ' 21924dff117140a8c4b599c502829a8b75d1ba942e4cf5734a2a27f9d82d16f6 '
98+ source : ' https://github.com/docker/compose/releases/latest/download /docker-compose-Darwin-x86_64'
99+ source_hash : null
100100
101101Windows :
102102 div : ' \'
You can’t perform that action at this time.
0 commit comments