From 7f2d709e670069f889fea6a787ad398f7e744aa9 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 19 Sep 2025 13:30:18 +0200 Subject: [PATCH] chore(deps): update dependency docker/compose to v2.39.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b291ee..a2e2a85 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DC_VERSION # Only required to install a specify version -DC_VERSION?=v2.39.3 # renovate: datasource=github-releases depName=docker/compose +DC_VERSION?=v2.39.4 # 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