revert(deps): update dependency docker/compose to v5.1.4
Auto release / tag_on_change (push) Failing after 7s
Build / build-amd64 (push) Successful in 55s
Lint Markdown files / markdown-lint (push) Successful in 5s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 6s
Build / build-arm64 (push) Successful in 1m47s

This reverts commit aa49a92b78.
This commit is contained in:
2026-05-29 11:27:20 +02:00
parent 9a0ff54a40
commit b2cc35230d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM docker.io/library/ubuntu:26.04 AS download FROM docker.io/library/ubuntu:26.04 AS download
ARG DC_VERSION=v5.1.4 ARG DC_VERSION=v5.1.3
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 && \
+1 -1
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.1.4 IMAGE_VERSION=5.1.3
docker run \ docker run \
--rm \ --rm \
--volume "$(pwd):$(pwd)" \ --volume "$(pwd):$(pwd)" \