From cbc9e01807de559fdcbcafc6e3c32de73f5532bc Mon Sep 17 00:00:00 2001 From: Max Mayfield Date: Sun, 1 Mar 2026 22:59:34 +0000 Subject: [PATCH] Cache bust: force drift image rebuild to pick up auth middleware --- products/02-iac-drift-detection/saas/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/products/02-iac-drift-detection/saas/src/index.ts b/products/02-iac-drift-detection/saas/src/index.ts index f198255..fedeed3 100644 --- a/products/02-iac-drift-detection/saas/src/index.ts +++ b/products/02-iac-drift-detection/saas/src/index.ts @@ -52,3 +52,4 @@ start().catch((err) => { export { app }; // CI: 2026-03-01T06:52:14Z // CI fix: 06:56 +// build: 2026-03-01T22:59:34Z