Browse Source

fix: docker-compose link since latest release

pull/21223/head
Harshavardhana 3 months ago
parent
commit
e2ed696619
  1. 5
      buildscripts/minio-upgrade.sh

5
buildscripts/minio-upgrade.sh

@ -69,8 +69,9 @@ __init__() {
## this is needed because github actions don't have
## docker-compose on all runners
go install github.com/docker/compose/v2/cmd@latest
mv -v /tmp/gopath/bin/cmd /tmp/gopath/bin/docker-compose
COMPOSE_VERSION=v2.35.1
mkdir -p /tmp/gopath/bin/
wget -O /tmp/gopath/bin/docker-compose https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-linux-x86_64
cleanup

Loading…
Cancel
Save