Skip to content

Commit

Permalink
update binary versions to match portainer api server
Browse files Browse the repository at this point in the history
  • Loading branch information
hookenz committed Feb 22, 2024
1 parent 17b8030 commit 19196c8
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 19196c8

Please sign in to comment.