chore(deps): update dependency docker/compose to v5 #84

Merged
volker.raschek merged 1 commits from renovate/docker-compose-5.x into master 2025-12-05 17:58:20 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 13e459e4a1 - Show all commits

View File

@@ -1,6 +1,6 @@
FROM docker.io/library/ubuntu:24.04 AS download FROM docker.io/library/ubuntu:24.04 AS download
ARG DC_VERSION=v2.40.3 ARG DC_VERSION=v5.0.0
RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \ RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \
apt update --yes && \ apt update --yes && \

View File

@@ -11,7 +11,7 @@ The workflow or how `docker-compose` can in general be used is documented at
image. image.
```bash ```bash
IMAGE_VERSION=2.40.3 IMAGE_VERSION=5.0.0
docker run \ docker run \
--rm \ --rm \
--volume "$(pwd):$(pwd)" \ --volume "$(pwd):$(pwd)" \