Skip to content

Commit 240a045

Browse files
authored
Merge pull request #1163 from ndeloof/bump_compose_v2.33.0
Bump compose v2.33.0
2 parents cf7fc55 + 6d02ed4 commit 240a045

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

common.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ DOCKER_CLI_REF ?= $(REF)
4040
DOCKER_ENGINE_REF ?= $(REF)
4141
# DOCKER_COMPOSE_REF is the version of compose to package. It usually is a tag,
4242
# but can be a valid git reference in DOCKER_COMPOSE_REPO.
43-
DOCKER_COMPOSE_REF ?= v2.32.4
43+
DOCKER_COMPOSE_REF ?= v2.33.0
4444
# DOCKER_BUILDX_REF is the version of compose to package. It usually is a tag,
4545
# but can be a valid git reference in DOCKER_BUILDX_REPO.
4646
DOCKER_BUILDX_REF ?= v0.20.1

deb/common/control

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Homepage: https://github.com/docker/buildx
104104
Package: docker-compose-plugin
105105
Priority: optional
106106
Architecture: linux-any
107+
Recommends: docker-buildx-plugin
107108
Enhances: docker-ce-cli
108109
Description: Docker Compose (V2) plugin for the Docker CLI.
109110
.

rpm/SPECS/docker-compose-plugin.spec

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Vendor: Docker
1313
Packager: Docker <[email protected]>
1414

1515
Enhances: docker-ce-cli
16+
Recommends: docker-buildx-plugin
1617

1718
BuildRequires: bash
1819

0 commit comments

Comments
 (0)