oneclick: Upgrade the base image to ubuntu-20-04-x64.

This commit is contained in:
Vishnu KS 2021-08-03 11:09:46 +05:30 committed by Tim Abbott
parent bf1f7e4571
commit 5c8d1b7ca3
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def set_api_request_retry_limits(api_object: digitalocean.baseapi.BaseAPI) -> No
def create_droplet(
name: str, ssh_keys: List[str], image: str = "ubuntu-18-04-x64"
name: str, ssh_keys: List[str], image: str = "ubuntu-20-04-x64"
) -> digitalocean.Droplet:
droplet = digitalocean.Droplet(
token=manager.token,