mirror of https://github.com/zulip/zulip.git
oneclickapps: Upgrade DigitalOcean 1-Click App to Ubuntu 22.04.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
08dd8a41e6
commit
9080d583df
|
@ -63,7 +63,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-20-04-x64"
|
||||
name: str, ssh_keys: List[str], image: str = "ubuntu-22-04-x64"
|
||||
) -> digitalocean.Droplet:
|
||||
droplet = digitalocean.Droplet(
|
||||
token=manager.token,
|
||||
|
|
Loading…
Reference in New Issue