Skip to content

Commit

Permalink
update cli tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Sep 2, 2024
1 parent 0209218 commit d4fc48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set -euo pipefail
IFS=$'\n\t'
PLATFORM=${1:-"linux"}
ARCH=${2:-"amd64"}
DOCKER_VERSION="v24.0.9"
DOCKER_COMPOSE_VERSION="v2.26.1"
DOCKER_VERSION="v27.1.2"
DOCKER_COMPOSE_VERSION="v2.29.2"
mkdir -p dist/

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

0 comments on commit d4fc48b

Please sign in to comment.