From 9f5a36fe4a8d406698e4b2b2ee9c7ef1038f92b4 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 2 Nov 2024 15:51:57 +0000 Subject: [PATCH] chore(deps): update docker-compose to v2.30.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cb62e6..8cd867f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DC_VERSION # Only required to install a specifiy version -DC_VERSION?=v2.30.0 # renovate: datasource=github-releases depName=docker/compose +DC_VERSION?=v2.30.11 # 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