From fe2aa86393f2715c9186134c5793c54b9a4459df Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 3 Dec 2025 23:01:46 +0000 Subject: [PATCH] chore(deps): update dependency docker/compose to v5 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f397d0d..f267b04 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DC_VERSION # Only required to install a specify version -DC_VERSION?=v2.40.3 # renovate: datasource=github-releases depName=docker/compose +DC_VERSION?=v5.0.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 diff --git a/README.md b/README.md index 75c5293..d3f06f8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The workflow or how `docker-compose` can in general be used is documented at image. ```bash -IMAGE_VERSION=2.40.3 +IMAGE_VERSION=5.0.0 docker run \ --rm \ --volume "$(pwd):$(pwd)" \