docker-compose: Update to version 2.1.1

This commit is contained in:
Richard Kuhnt 2021-11-11 01:00:46 +00:00
parent ede9e0edf7
commit b0b54d108e

View File

@ -1,12 +1,12 @@
{
"version": "2.1.0",
"version": "2.1.1",
"description": "Define and run multi-container applications with Docker",
"homepage": "https://docs.docker.com/compose/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/docker/compose/releases/download/v2.1.0/docker-compose-windows-x86_64.exe#/docker-compose.exe",
"hash": "1bf6c0400ebf94806052a65b8406b603e11a2e2af80e9ff6dbb32a35a9b48a25"
"url": "https://github.com/docker/compose/releases/download/v2.1.1/docker-compose-windows-x86_64.exe#/docker-compose.exe",
"hash": "4be9b3e743455ef0663d6240ca70dbd61af8a8f2bf390e0d5c912befb4e0aa85"
}
},
"bin": "docker-compose.exe",