Compare commits

..

1 Commits

Author SHA1 Message Date
CSRBot 3870229369 chore(deps): update actions/github-script action to v9
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 3 additions and 6 deletions
+2 -5
View File
@@ -1,6 +1,6 @@
FROM docker.io/library/ubuntu:26.04 AS download
FROM docker.io/library/ubuntu:24.04 AS download
ARG DC_VERSION=v5.1.4
ARG DC_VERSION=v5.1.2
RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \
apt update --yes && \
@@ -19,8 +19,5 @@ RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \
FROM scratch
LABEL org.opencontainers.image.description="Define and run multi-container applications with Docker" \
io.artifacthub.package.readme-url="https://github.com/docker/compose"
COPY --from=download /tmp/docker-compose /usr/bin/docker-compose
ENTRYPOINT [ "/usr/bin/docker-compose" ]
+1 -1
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.4
IMAGE_VERSION=5.1.2
docker run \
--rm \
--volume "$(pwd):$(pwd)" \