diff --git a/deb/common/control b/deb/common/control index 0a77af5816..6bcf8469cf 100644 --- a/deb/common/control +++ b/deb/common/control @@ -107,7 +107,7 @@ Homepage: https://github.com/docker/buildx Package: docker-compose-plugin Priority: optional Architecture: linux-any -Recommends: docker-buildx-plugin +Recommends: docker-buildx-plugin (>= 0.17.0) Enhances: docker-ce-cli Description: Docker Compose (V2) plugin for the Docker CLI. This plugin provides the 'docker compose' subcommand. diff --git a/rpm/SPECS/docker-compose-plugin.spec b/rpm/SPECS/docker-compose-plugin.spec index e9e45cca84..d81e8df67c 100644 --- a/rpm/SPECS/docker-compose-plugin.spec +++ b/rpm/SPECS/docker-compose-plugin.spec @@ -13,7 +13,7 @@ Vendor: Docker Packager: Docker Enhances: docker-ce-cli -Recommends: docker-buildx-plugin +Recommends: docker-buildx-plugin >= 0.17.0 BuildRequires: bash