From 8c169d26687b05b2031e1b1298836a1011689bc7 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 21 Jan 2026 08:05:41 +0000 Subject: [PATCH] chore(deps): update dependency docker/compose to v5.0.2 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 70ad1d7..538f449 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/library/ubuntu:24.04 AS download -ARG DC_VERSION=v5.0.1 +ARG DC_VERSION=v5.0.2 RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \ apt update --yes && \ diff --git a/README.md b/README.md index 9622158..17fb37f 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.0.1 +IMAGE_VERSION=5.0.2 docker run \ --rm \ --volume "$(pwd):$(pwd)" \