From 1f60eb4e1da85517d8bd71483d59247a481ad9f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:35:28 +0000 Subject: [PATCH] chore(deps): update dependency docker/compose to v2.32.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bed5f6e..5998bee 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.32.1 +ARG DOCKER_COMPOSE_VERSION=v2.32.2 RUN test -n "$TARGETPLATFORM" || (echo "TARGETPLATFORM must be set" && false)