From 4a1a6ed216107d423644f493a38957ba347cc88a Mon Sep 17 00:00:00 2001 From: Matt Cramer Date: Wed, 15 Oct 2025 10:35:24 -0600 Subject: [PATCH] fix: update runner image to fix pull error --- images.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images.tf b/images.tf index 8cca0db..f50b3fe 100755 --- a/images.tf +++ b/images.tf @@ -7,5 +7,5 @@ # build a custom base image for Aspect Workflows. data "google_compute_image" "runner_image" { project = "aspect-workflows-images" - name = "aspect-workflows-debian-12-kitchen-sink-amd64-20250613-0" + name = "aspect-workflows-debian-12-kitchen-sink-amd64-20251013-0" }