From fe9786dd2534ecfd6e9fce86d7cc99af3b2c72d0 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sun, 25 Feb 2024 12:06:33 +0100 Subject: [PATCH] new: [compose-core] upgrade version of generated ``docker-compose.yml`` to ``2.1`` --- bin/compose-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compose-core b/bin/compose-core index 448e901..204d7ef 100755 --- a/bin/compose-core +++ b/bin/compose-core @@ -1283,7 +1283,7 @@ get_docker_compose () { return 1 } - base_v2="version: '2.0'" + base_v2="version: '2.1'" merge_yaml_str "$(yaml_key_val_str "services" "$docker_compose_services")" \ "$base_v2" > "$cache_file" || return 1