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)