droplets: Switch to Ubuntu 20.04 base image.

This commit is contained in:
Alex Vandiver
2022-04-28 01:50:10 +00:00
committed by Tim Abbott
parent 702807829f
commit b5bcc5f1b4

View File

@@ -351,7 +351,7 @@ if __name__ == "__main__":
# define id of image to create new droplets from; see:
# curl -u <API_KEY>: "https://api.digitalocean.com/v2/snapshots | jq .
template_id = "103231841"
template_id = "107085241"
assert_droplet_does_not_exist(
my_token=api_token, droplet_name=droplet_domain_name, recreate=args.recreate