docker-compose: Update to version 2.2.2

This commit is contained in:
Richard Kuhnt 2021-12-03 16:00:33 +00:00
parent 1654880f88
commit 2e44d599eb

View File

@ -1,12 +1,12 @@
{ {
"version": "2.1.1", "version": "2.2.2",
"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.1.1/docker-compose-windows-x86_64.exe#/docker-compose.exe", "url": "https://github.com/docker/compose/releases/download/v2.2.2/docker-compose-windows-x86_64.exe#/docker-compose.exe",
"hash": "4be9b3e743455ef0663d6240ca70dbd61af8a8f2bf390e0d5c912befb4e0aa85" "hash": "77496c57449437194add809f10634fca96b9253433809446b6986e709fc8c032"
} }
}, },
"bin": "docker-compose.exe", "bin": "docker-compose.exe",