bump docker-compose
This commit is contained in:
@@ -145,7 +145,7 @@ docker_compose_set_plugin() {
|
||||
|
||||
docker_compose_update() {
|
||||
# If you change this, update also docker-compose-generator/src/DockerComposeDefinition.cs and the dcg-latest branch
|
||||
compose_version="2.23.3"
|
||||
compose_version="2.40.3"
|
||||
if ! [[ -x "$(command -v docker-compose)" ]] || [[ "$(docker-compose version --short)" != "$compose_version" ]]; then
|
||||
if ! [[ "$OSTYPE" == "darwin"* ]] && $HAS_DOCKER; then
|
||||
echo "Trying to install docker-compose by using docker/compose-bin ($(uname -m))"
|
||||
|
||||
Reference in New Issue
Block a user