Skip to content

Commit 7a5a5f5

Browse files
authored
Merge pull request #1017 from glours/bump-compose-v2.27.0
bump compose to version v2.27.0
2 parents b926edc + 6f723ce commit 7a5a5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
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.26.1
43+
DOCKER_COMPOSE_REF ?= v2.27.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.14.0

0 commit comments

Comments
 (0)