From 24d01aad51f0fa5e1760150542b6f9cd0c907bd9 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 20 Sep 2024 12:43:38 +0200 Subject: [PATCH] chore(deps): update docker/compose to v2.29.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97bef56..9057114 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DC_VERSION # Only required to install a specifiy version -DC_VERSION?=v2.29.5 # renovate: datasource=github-releases depName=docker/compose +DC_VERSION?=v2.29.6 # renovate: datasource=github-releases depName=docker/compose # CONTAINER_RUNTIME # The CONTAINER_RUNTIME variable will be used to specified the path to a container runtime. This is needed to start and