Skip to content

Commit

Permalink
upgrade docker-compose to 2.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhat83 committed Apr 3, 2024
1 parent 3749f7d commit 8a8bcda
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 8a8bcda

Please sign in to comment.