Skip to content

Commit

Permalink
upgrade docker-compose from 2.2.3 to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored Mar 16, 2022
1 parent e34c1a5 commit 261cc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ else
echo "Cannot install Docker-Compose for your system \"${OS_NAME}-${ARCH_NAME}\" because there is no suitable install candidate."
echo "You may be able to install it manually or compile from source; see https://github.com/docker/compose/releases"
else
sudo curl -L "https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-${OS_NAME}-${ARCH_NAME}" -o /usr/local/bin/docker-compose
sudo curl -L "https://github.com/docker/compose/releases/download/v2.3.3/docker-compose-${OS_NAME}-${ARCH_NAME}" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
sudo ln -sf /usr/local/bin/docker-compose /usr/bin/docker-compose
[[ -d "/usr/local/lib/docker/cli-plugins" ]] && sudo ln -s /usr/local/bin/docker-compose /usr/local/lib/docker/cli-plugins
Expand Down

0 comments on commit 261cc9b

Please sign in to comment.