From 5dd739964627093813b8d33fd89d9ce2af19dc53 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 22 Oct 2025 22:19:38 +0200 Subject: [PATCH] chore(deps): update dependency docker/compose to v2.40.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b6c144e..3852d0b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DC_VERSION # Only required to install a specify version -DC_VERSION?=v2.40.0 # renovate: datasource=github-releases depName=docker/compose +DC_VERSION?=v2.40.2 # 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