From b4d1e0bde7c5ec25113bfbc0aa719acc9f4919fe Mon Sep 17 00:00:00 2001 From: continuist Date: Sat, 25 Oct 2025 22:21:33 -0400 Subject: [PATCH] Force WASM rebuild with cargo registry fix --- frontend/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 1c7f4f6..dab97cd 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,5 @@ # ---------- wasm-builder ---------- +# Cache bust: Force WASM rebuild with cargo registry fix FROM docker.io/rust:1.90-slim AS wasm-builder WORKDIR /app