chore(deps): update dependency docker/compose to v5.1.0
All checks were successful
Build / build-amd64 (pull_request) Successful in 41s
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
Build / build-arm64 (pull_request) Successful in 1m27s
Auto release / tag_on_change (push) Successful in 21s
Build / build-amd64 (push) Successful in 36s
Lint Markdown files / markdown-lint (push) Successful in 6s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 9s
Build / build-arm64 (push) Successful in 1m21s

This commit was merged in pull request #93.
This commit is contained in:
2026-02-25 14:48:15 +00:00
parent e89068a193
commit dc6b0332a4
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.0.2
ARG DC_VERSION=v5.1.0
RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \
apt update --yes && \