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:
79
79
binary :
80
80
options : ' '
81
81
# 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
84
84
85
85
networks : {}
86
86
containers :
Original file line number Diff line number Diff line change 62
62
{% - if 'source_hash' in p .binary and p .binary .source_hash %}
63
63
{% - do p .binary .update ({'name' : p .path , 'source_hash' : p .binary .source_hash }) %}
64
64
{% - else %}
65
+ {% - set url = p .binary .source %}
65
66
{% - do p .binary .update ({'name' : p .path , 'source_hash' : url ~ '.sha256' }) %}
66
67
{% - endif %}
67
68
Original file line number Diff line number Diff line change 95
95
name : docker-compose # homebrew
96
96
use_upstream : package # Docker Desktop
97
97
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
100
100
101
101
Windows :
102
102
div : ' \'
You can’t perform that action at this time.
0 commit comments