From b2cc35230dfb4419f4db69f3d9870677fbad6d2f Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 29 May 2026 11:27:20 +0200 Subject: [PATCH] revert(deps): update dependency docker/compose to v5.1.4 This reverts commit aa49a92b78944572e6f3f75c788fcf8f90fb7f3a. --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d66bf12..969c4a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/library/ubuntu:26.04 AS download -ARG DC_VERSION=v5.1.4 +ARG DC_VERSION=v5.1.3 RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \ apt update --yes && \ diff --git a/README.md b/README.md index 70c8af5..36166e5 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=5.1.4 +IMAGE_VERSION=5.1.3 docker run \ --rm \ --volume "$(pwd):$(pwd)" \