chore(deps): update dependency docker/compose to v5.0.1

This commit is contained in:
2025-12-18 17:05:53 +00:00
parent 13e459e4a1
commit c88bdf4ae4
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.0
ARG DC_VERSION=v5.0.1
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.0.0
IMAGE_VERSION=5.0.1
docker run \
--rm \
--volume "$(pwd):$(pwd)" \