Skip to content

Commit 613a90f

Browse files
committed
bump ubuntu base
1 parent 6988fe0 commit 613a90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digitalocean.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ locals {
2929

3030
source "digitalocean" "build_droplet" {
3131
api_token = var.do_token
32-
image = "ubuntu-22-04-x64"
32+
image = "ubuntu-24-04-x64"
3333
region = "nyc3"
3434
size = "s-1vcpu-2gb"
3535
snapshot_name = local.image_name

0 commit comments

Comments
 (0)