Compare commits

..

1 Commits

Author SHA1 Message Date
3870229369 chore(deps): update actions/github-script action to v9
Some checks failed
Build / build-amd64 (pull_request) Failing after 17s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Failing after 46s
2026-04-14 15:23:35 +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 FROM docker.io/library/ubuntu:24.04 AS download
ARG DC_VERSION=v5.1.3 ARG DC_VERSION=v5.1.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.1.3 IMAGE_VERSION=5.1.2
docker run \ docker run \
--rm \ --rm \
--volume "$(pwd):$(pwd)" \ --volume "$(pwd):$(pwd)" \