From 7f9e1320fe2647afebf3c61e891428cba912c84b Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 6 Sep 2024 15:12:19 +0200 Subject: [PATCH] update digitalocean image to 24.04 noble Signed-off-by: Simon L. --- .build/digitalocean/marketplace-image.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build/digitalocean/marketplace-image.json b/.build/digitalocean/marketplace-image.json index 32b3abe7..9c7300de 100644 --- a/.build/digitalocean/marketplace-image.json +++ b/.build/digitalocean/marketplace-image.json @@ -1,7 +1,7 @@ { "variables": { "do_token": "{{env `DIGITALOCEAN_TOKEN`}}", - "image_name": "nextcloud-22-04-snapshot-{{timestamp}}", + "image_name": "nextcloud-24-04-snapshot-{{timestamp}}", "apt_packages": "software-properties-common ufw", "application_name": "Nextcloud", "application_version": "1.0.1" @@ -11,7 +11,7 @@ { "type": "digitalocean", "api_token": "{{user `do_token`}}", - "image": "ubuntu-22-04-x64", + "image": "ubuntu-24-04-x64", "region": "nyc3", "size": "s-1vcpu-1gb", "ssh_username": "root",