Skip to content

Commit

Permalink
update binary versions [EE-6744]
Browse files Browse the repository at this point in the history
  • Loading branch information
hookenz authored Mar 15, 2024
1 parent 3c4c015 commit 91f3f91
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="v20.10.9"
DOCKER_COMPOSE_VERSION="v2.5.1"
DOCKER_VERSION="v24.0.7"
DOCKER_COMPOSE_VERSION="v2.23.3"
mkdir -p dist/

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

0 comments on commit 91f3f91

Please sign in to comment.