From 5d7cea8b43187e4c5374352ba923d1dbd94351ca Mon Sep 17 00:00:00 2001 From: Steve Brasier <33413598+sjpb@users.noreply.github.com> Date: Tue, 24 Jun 2025 10:52:50 +0100 Subject: [PATCH] Bump fatimage after MIG PR656 merge --- environments/.stackhpc/tofu/cluster_image.auto.tfvars.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environments/.stackhpc/tofu/cluster_image.auto.tfvars.json b/environments/.stackhpc/tofu/cluster_image.auto.tfvars.json index 181aa7aa7..16c438b0a 100644 --- a/environments/.stackhpc/tofu/cluster_image.auto.tfvars.json +++ b/environments/.stackhpc/tofu/cluster_image.auto.tfvars.json @@ -1,6 +1,6 @@ { "cluster_image": { - "RL8": "openhpc-RL8-250620-1251-d606a45c", - "RL9": "openhpc-RL9-250620-1251-d606a45c" + "RL8": "openhpc-RL8-250624-0854-75099868", + "RL9": "openhpc-RL9-250624-0854-75099868" } }