From 935eec582db2fbd5a341352ead13532879bc4c07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:13:24 +0000 Subject: [PATCH] chore(deps): update dependency docker/compose to v2.30.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b7d350..5c7fadb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ARG DOCKER_CHANNEL=stable ARG DOCKER_VERSION=20.10.17 ARG DUMB_INIT_VERSION=1.2.5 ARG BUILDX_VERSION=v0.12.1 -ARG DOCKER_COMPOSE_VERSION=v2.24.6 +ARG DOCKER_COMPOSE_VERSION=v2.30.1 RUN test -n "$TARGETPLATFORM" || (echo "TARGETPLATFORM must be set" && false)