Skip to content

Commit

Permalink
update binary versions to match portainer api server (#27)
Browse files Browse the repository at this point in the history
fix(binaries): update binary versions to match portainer api server [EE-6744]
  • Loading branch information
hookenz authored Feb 22, 2024
1 parent 17b8030 commit 3749f7d
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 3749f7d

Please sign in to comment.