diff --git a/common.mk b/common.mk index 2cb45431c9..46c4e65488 100644 --- a/common.mk +++ b/common.mk @@ -40,7 +40,7 @@ DOCKER_CLI_REF ?= $(REF) DOCKER_ENGINE_REF ?= $(REF) # DOCKER_COMPOSE_REF is the version of compose to package. It usually is a tag, # but can be a valid git reference in DOCKER_COMPOSE_REPO. -DOCKER_COMPOSE_REF ?= v2.32.4 +DOCKER_COMPOSE_REF ?= v2.33.0 # DOCKER_BUILDX_REF is the version of compose to package. It usually is a tag, # but can be a valid git reference in DOCKER_BUILDX_REPO. DOCKER_BUILDX_REF ?= v0.20.1 diff --git a/deb/common/control b/deb/common/control index d750e4eb97..d20f7a9e51 100644 --- a/deb/common/control +++ b/deb/common/control @@ -104,6 +104,7 @@ Homepage: https://github.com/docker/buildx Package: docker-compose-plugin Priority: optional Architecture: linux-any +Recommends: docker-buildx-plugin Enhances: docker-ce-cli Description: Docker Compose (V2) plugin for the Docker CLI. . diff --git a/rpm/SPECS/docker-compose-plugin.spec b/rpm/SPECS/docker-compose-plugin.spec index d83b4f6e98..ce1973f4c5 100644 --- a/rpm/SPECS/docker-compose-plugin.spec +++ b/rpm/SPECS/docker-compose-plugin.spec @@ -13,6 +13,7 @@ Vendor: Docker Packager: Docker Enhances: docker-ce-cli +Recommends: docker-buildx-plugin BuildRequires: bash