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