Skip to content

Commit

Permalink
fix(compose): update compose to 2.26.1 [EE-6546] #31
Browse files Browse the repository at this point in the history
chore(docker-compose): upgrade docker-compose to 2.26.1 [EE-6546]
  • Loading branch information
prabhat83 authored Apr 14, 2024
2 parents f31a6f8 + 8a8bcda commit 70b14d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ IFS=$'\n\t'
PLATFORM=${1:-"linux"}
ARCH=${2:-"amd64"}
DOCKER_VERSION="v24.0.7"
DOCKER_COMPOSE_VERSION="v2.23.3"
DOCKER_COMPOSE_VERSION="v2.26.1"
mkdir -p dist/

/usr/bin/env bash ./build/download_docker_binary.sh "$PLATFORM" "$ARCH" "$DOCKER_VERSION"
Expand Down

0 comments on commit 70b14d4

Please sign in to comment.