From 49aa5d0e9098f3dc19908128c5830f121c60f775 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:36:12 +0000 Subject: [PATCH] chore(deps): update dependency docker/compose to v2.28.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 247a685..a3835bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -86,7 +86,7 @@ RUN curl -L -o "/tmp/shfmt-v${SH_VERSION}" "https://github.com/mvdan/sh/releases # @see https://github.com/docker/compose/releases ENV DOCKER_VERSION=25.0.3 # renovate: datasource=github-releases depName=docker/compose extractVersion=^v(?.*)$ -ENV DOCKER_COMPOSE_VERSION=2.27.2 +ENV DOCKER_COMPOSE_VERSION=2.28.0 RUN curl -L -o "/tmp/docker-${DOCKER_VERSION}.tgz" "https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" \ && tar -xz -C /tmp -f "/tmp/docker-${DOCKER_VERSION}.tgz" \ && mv /tmp/docker/* /usr/bin \