Skip to content

Commit

Permalink
update digitalocean image to 24.04 noble
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Sep 6, 2024
1 parent fb0fe3f commit 7f9e132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .build/digitalocean/marketplace-image.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 7f9e132

Please sign in to comment.