From b9cc2ad5637352595b1c6216c861f1b0e4ee0d36 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 5 Nov 2024 17:07:07 +0000 Subject: [PATCH] chore(deps): update dependency docker/compose to v2.30.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e29ce0c..924282c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DC_VERSION # Only required to install a specifiy version -DC_VERSION?=v2.30.1 # renovate: datasource=github-releases depName=docker/compose +DC_VERSION?=v2.30.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