Skip to content

Commit

Permalink
update Compose to v2.26.1
Browse files Browse the repository at this point in the history
https://github.com/docker/compose/releases/tag/v2.26.1

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
  • Loading branch information
milas committed Mar 29, 2024
1 parent 1e9d8a6 commit 9a47699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Expand Up @@ -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.26.0
DOCKER_COMPOSE_REF ?= v2.26.1
# 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.13.1
Expand Down

0 comments on commit 9a47699

Please sign in to comment.