chore(deps): update dependency docker/compose to v5.0.2
All checks were successful
Build / build-amd64 (pull_request) Successful in 35s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m21s
Auto release / tag_on_change (push) Successful in 6s
Build / build-amd64 (push) Successful in 32s
Lint Markdown files / markdown-lint (push) Successful in 5s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m22s

This commit was merged in pull request #90.
This commit is contained in:
2026-01-21 08:05:41 +00:00
parent 2a1a9d0969
commit 8c169d2668
2 changed files with 2 additions and 2 deletions

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=v5.0.1 ARG DC_VERSION=v5.0.2
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=5.0.1 IMAGE_VERSION=5.0.2
docker run \ docker run \
--rm \ --rm \
--volume "$(pwd):$(pwd)" \ --volume "$(pwd):$(pwd)" \