droplet: Rebuild droplet image with 22.04.

This commit is contained in:
Alex Vandiver 2024-05-30 13:54:38 -04:00 committed by Tim Abbott
parent 3ae3aba712
commit 87d36d24c9
1 changed files with 1 additions and 1 deletions

View File

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