From f94ec2972ccf60c8fe99518b2cc4f87837fb03d0 Mon Sep 17 00:00:00 2001
From: CSRBot <csrbot@cryptic.systems>
Date: Thu, 17 Apr 2025 16:08:01 +0000
Subject: [PATCH] chore(deps): update dependency docker/compose to v2.35.1

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9e9fdee..484a7ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # DC_VERSION
 # Only required to install a specifiy version
-DC_VERSION?=v2.35.0 # renovate: datasource=github-releases depName=docker/compose
+DC_VERSION?=v2.35.1 # 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
-- 
2.47.2