chore(infra): Bump elixir VM image to COS 117 (#8547)

The relay was bumped here for the updated kernel. Would be good to stay
standardized.
This commit is contained in:
Jamil
2025-03-28 22:33:00 -07:00
committed by GitHub
parent 5d038697d6
commit 463e70f3a4

View File

@@ -75,7 +75,7 @@ locals {
# Fetch most recent COS image
data "google_compute_image" "coreos" {
family = "cos-113-lts"
family = "cos-117-lts"
project = "cos-cloud"
}