Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deb/common/control
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion rpm/SPECS/docker-compose-plugin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Vendor: Docker
Packager: Docker <support@docker.com>

Enhances: docker-ce-cli
Recommends: docker-buildx-plugin
Recommends: docker-buildx-plugin >= 0.17.0

BuildRequires: bash

Expand Down