From e6ad34eac11eb789fb15ccdcca94263b20ab34fa Mon Sep 17 00:00:00 2001 From: CSRBot Date: Thu, 30 Oct 2025 11:05:33 +0000 Subject: [PATCH] chore(deps): update dependency docker/compose to v2.40.3 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b039a2b..f397d0d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DC_VERSION # Only required to install a specify version -DC_VERSION?=v2.40.2 # renovate: datasource=github-releases depName=docker/compose +DC_VERSION?=v2.40.3 # 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 33d301b..ffd685d 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.2 +IMAGE_VERSION=2.40.3 docker run \ --rm \ --volume ./path/to/docker-compose.yml:/workdir/docker-compose.yml:ro \