Skip to content

Commit

Permalink
Merge pull request #599 from rust-lang/chore-crater-update-ubuntu-ima…
Browse files Browse the repository at this point in the history
…ge-of-agents

chore(crater): update ubuntu image of agents
  • Loading branch information
MarcoIeni authored Oct 7, 2024
2 parents c22d3f0 + 3cbf018 commit e111d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/crater/agent.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ resource "google_compute_health_check" "tcp_health" {

data "google_compute_image" "ubuntu_minimal" {
project = "ubuntu-os-cloud"
family = "ubuntu-minimal-2204-lts"
family = "ubuntu-minimal-2404-lts-amd64"
}

resource "google_compute_network" "crater" {
Expand Down

0 comments on commit e111d59

Please sign in to comment.