docker-compose: Update to version 2.1.0

This commit is contained in:
Richard Kuhnt 2021-11-03 01:00:37 +00:00
parent 1348072f18
commit 2e63a7e617

View File

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"description": "Define and run multi-container applications with Docker", "description": "Define and run multi-container applications with Docker",
"homepage": "https://docs.docker.com/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/v2.0.1/docker-compose-windows-x86_64.exe#/docker-compose.exe", "url": "https://github.com/docker/compose/releases/download/v2.1.0/docker-compose-windows-x86_64.exe#/docker-compose.exe",
"hash": "5a89d3d16e214f7686423c18db33f2b7348b4a24988633f8402c257dd3def3d3" "hash": "1bf6c0400ebf94806052a65b8406b603e11a2e2af80e9ff6dbb32a35a9b48a25"
} }
}, },
"bin": "docker-compose.exe", "bin": "docker-compose.exe",