From 03d269d1b6d30f6e4400ec73f16c334041633a2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:55:03 +0000 Subject: [PATCH] chore(deps): update dependency docker/compose to v2.29.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff44a0e..14a525a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -93,7 +93,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=27.0.3 # renovate: datasource=github-releases depName=docker/compose extractVersion=^v(?.*)$ -ENV DOCKER_COMPOSE_VERSION=2.29.4 +ENV DOCKER_COMPOSE_VERSION=2.29.5 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 \