You've already forked docker-compose-docker
chore(deps): update dependency docker/compose to v5.0.1
All checks were successful
Build / build-amd64 (pull_request) Successful in 33s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m24s
Auto release / tag_on_change (push) Successful in 12s
Build / build-amd64 (push) Successful in 34s
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 1m16s
All checks were successful
Build / build-amd64 (pull_request) Successful in 33s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m24s
Auto release / tag_on_change (push) Successful in 12s
Build / build-amd64 (push) Successful in 34s
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 1m16s
This commit is contained in:
@@ -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.0
|
ARG DC_VERSION=v5.0.1
|
||||||
|
|
||||||
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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user