From 5c3ca2225412d135d57eb10597a9e4d03c4b0a3c Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 31 Oct 2024 21:41:16 +0000 Subject: [PATCH] chore(deps): update docker-compose to v2.30.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6fc53fd..6cb62e6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DC_VERSION # Only required to install a specifiy version -DC_VERSION?=v2.29.7 # renovate: datasource=github-releases depName=docker/compose +DC_VERSION?=v2.30.0 # 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