Compare commits

...

1 Commits

Author SHA1 Message Date
f9e593b09d chore(deps): update dependency docker/compose to v5.1.3
All checks were successful
Build / build-amd64 (pull_request) Successful in 56s
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
Build / build-arm64 (pull_request) Successful in 1m34s
Auto release / tag_on_change (push) Successful in 16s
Build / build-amd64 (push) Successful in 48s
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 1m31s
2026-04-15 16:03:03 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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