oneclickapps: Upgrade DigitalOcean 1-Click App to Ubuntu 22.04.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg 2024-03-25 12:50:00 -07:00 committed by Tim Abbott
parent 08dd8a41e6
commit 9080d583df
1 changed files with 1 additions and 1 deletions

View File

@ -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,