Skip to content

Commit

Permalink
Merge branch 'develop' into fix/EE-7016/upgrade-docker-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-portainer authored Apr 17, 2024
2 parents a14e599 + 70b14d4 commit 2a0d515
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.9"
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 2a0d515

Please sign in to comment.