chore: bump to latest version of Aspect Workflows starter image (#571)

This commit is contained in:
Greg Magolan 2023-10-03 10:21:01 -07:00 committed by GitHub
parent e8c60a740d
commit 7f951a7a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ data "google_compute_image" "runner_image" {
# https://github.com/aspect-build/workflows-images for example packer scripts and BUILD targets
# for building GCP images for Workflows.
project = "aspect-workflows-images"
name = "aspect-workflows-debian-11-minimal-1-3-0"
name = "aspect-workflows-debian-11-minimal-1-5-0"
}
module "aspect_workflows" {