Skip to content

Commit

Permalink
package/docker-compose: bump version to v2.23.0
Browse files Browse the repository at this point in the history
Significant update with new features & fixes.

Full release notes:

https://github.com/docker/compose/releases/tag/v2.23.0

Signed-off-by: Christian Stewart <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
paralin authored and jacmet committed Oct 25, 2023
1 parent 68689a6 commit 0629895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/docker-compose/docker-compose.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally computed
sha256 2051ea80097f3c9e74e3a8565609e704e76035fa9ba04183950d3431bd123ea5 docker-compose-2.20.0.tar.gz
sha256 8a1109124e7dfef736ad3db0457d807eb41a0068211bd13e52051252cab28dda docker-compose-2.23.0.tar.gz
sha256 58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd LICENSE
2 changes: 1 addition & 1 deletion package/docker-compose/docker-compose.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

DOCKER_COMPOSE_VERSION = 2.20.0
DOCKER_COMPOSE_VERSION = 2.23.0
DOCKER_COMPOSE_SITE = $(call github,docker,compose,v$(DOCKER_COMPOSE_VERSION))
DOCKER_COMPOSE_LICENSE = Apache-2.0
DOCKER_COMPOSE_LICENSE_FILES = LICENSE
Expand Down

0 comments on commit 0629895

Please sign in to comment.