From 90f24cd1fe542c0a12183458da3d4502cec4adb8 Mon Sep 17 00:00:00 2001 From: Amir Omidi Date: Sun, 23 Jul 2023 00:42:36 -0400 Subject: [PATCH] Update docker compose to 2.20.2 Resolves https://github.com/portainer/portainer/issues/9241 --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 587234c12..4b3d637c6 100755 --- a/setup.sh +++ b/setup.sh @@ -6,7 +6,7 @@ PLATFORM=${1:-"linux"} ARCH=${2:-"amd64"} DOCKER_VERSION="v20.10.21" -DOCKER_COMPOSE_VERSION="v2.17.2" +DOCKER_COMPOSE_VERSION="v2.20.2" KUBECTL_VERSION="v1.26.3" mkdir -p dist/