From aea83db1a3a90b0c00de04dafac623fdcb5f61db Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 7 Jan 2025 17:10:38 +0000 Subject: [PATCH] chore(deps): update dependency docker/compose to v2.32.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e274d7..27c7202 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DC_VERSION # Only required to install a specifiy version -DC_VERSION?=v2.32.1 # renovate: datasource=github-releases depName=docker/compose +DC_VERSION?=v2.32.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