mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
docker-compose: Update to version 2.0.0
This commit is contained in:
parent
35ffdbc9e1
commit
998690519d
@ -1,20 +1,22 @@
|
|||||||
{
|
{
|
||||||
"version": "1.29.2",
|
"version": "2.0.0",
|
||||||
"description": "Define and run multi-container applications with Docker",
|
"description": "Define and run multi-container applications with Docker",
|
||||||
"homepage": "https://github.com/docker/compose",
|
"homepage": "https://docs.docker.com/compose/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Windows-x86_64.exe#/docker-compose.exe",
|
"url": "https://github.com/docker/compose/releases/download/v2.0.0/docker-compose-windows-amd64.exe#/docker-compose.exe",
|
||||||
"hash": "94c3c634e21532eb9783057eac5235ca44b3e14a4c34e73d7eb6b94a2544cc12"
|
"hash": "4e85755a70f41fc2adcb08ee73cba681fc1513d3f7a8119b56a9ba7a2aa70dd8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "docker-compose.exe",
|
"bin": "docker-compose.exe",
|
||||||
"checkver": "github",
|
"checkver": {
|
||||||
|
"github": "https://github.com/docker/compose"
|
||||||
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/docker/compose/releases/download/$version/docker-compose-Windows-x86_64.exe#/docker-compose.exe"
|
"url": "https://github.com/docker/compose/releases/download/v$version/docker-compose-windows-amd64.exe#/docker-compose.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user