mirror of https://github.com/zulip/zulip.git
oneclick: Upgrade the base image to ubuntu-20-04-x64.
This commit is contained in:
parent
bf1f7e4571
commit
5c8d1b7ca3
|
@ -51,7 +51,7 @@ def set_api_request_retry_limits(api_object: digitalocean.baseapi.BaseAPI) -> No
|
||||||
|
|
||||||
|
|
||||||
def create_droplet(
|
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:
|
) -> digitalocean.Droplet:
|
||||||
droplet = digitalocean.Droplet(
|
droplet = digitalocean.Droplet(
|
||||||
token=manager.token,
|
token=manager.token,
|
||||||
|
|
Loading…
Reference in New Issue