From 3239febf5889c0278b99fa74fcc80ea334e6ab8e Mon Sep 17 00:00:00 2001 From: CSRBot Date: Thu, 12 Sep 2024 22:08:41 +0000 Subject: [PATCH] Update dependency docker/compose to v2.29.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a2907d3..e37a300 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DC_VERSION # Only required to install a specifiy version -DC_VERSION?=v2.29.2 # renovate: datasource=github-releases depName=docker/compose +DC_VERSION?=v2.29.3 # 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