From 13e459e4a17bb1707b489d50dbd7433655595dea Mon Sep 17 00:00:00 2001 From: CSRBot Date: Fri, 5 Dec 2025 16:56:24 +0000 Subject: [PATCH] chore(deps): update dependency docker/compose to v5 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ee50180..834584f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/library/ubuntu:24.04 AS download -ARG DC_VERSION=v2.40.3 +ARG DC_VERSION=v5.0.0 RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \ apt update --yes && \ diff --git a/README.md b/README.md index 75c5293..d3f06f8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The workflow or how `docker-compose` can in general be used is documented at image. ```bash -IMAGE_VERSION=2.40.3 +IMAGE_VERSION=5.0.0 docker run \ --rm \ --volume "$(pwd):$(pwd)" \