From 5da4e3dd0d707ba7b0ec7b277a064404373e05b3 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Fri, 20 Sep 2024 10:08:24 +0000 Subject: [PATCH] Update dependency docker/compose to v2.29.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b70ced3..6fc53fd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DC_VERSION # Only required to install a specifiy version -DC_VERSION?=v2.29.4 # renovate: datasource=github-releases depName=docker/compose +DC_VERSION?=v2.29.7 # 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