Skip to content

Commit 2b452c0

Browse files
authored
Let's stick to exact version
ubuntu-2204-jammy-v20251023 is the current latest
1 parent c21a492 commit 2b452c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iac/provider-gcp/nomad-cluster-disk-image/main.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ source "googlecompute" "orch" {
1414
# TODO: Overwrite the image instead of creating timestamped images every time we build its
1515
image_name = "e2b-orch-${formatdate("YYYY-MM-DD-hh-mm-ss", timestamp())}"
1616
project_id = var.gcp_project_id
17-
source_image_family = "ubuntu-2204-lts"
17+
source_image = "ubuntu-2204-jammy-v20251023"
1818
ssh_username = "ubuntu"
1919
zone = var.gcp_zone
2020
disk_size = 10

0 commit comments

Comments
 (0)