From dea2d2e76867f8c542705e725f74ea5fffba870d Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 13 Feb 2026 20:08:36 +0000 Subject: [PATCH] Bump CACHEBUST to v7 to force rebuild with payment_methods fix Co-authored-by: Cursor --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 75c640a..1ee6ed7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: context: . dockerfile: Dockerfile args: - CACHEBUST: "6" + CACHEBUST: "7" VITE_USE_MOCK_DATA: "false" VITE_CONTENT_ORIGIN: ${FRONTEND_URL} VITE_INDEEHUB_API_URL: /api @@ -47,7 +47,7 @@ services: context: ./backend dockerfile: Dockerfile args: - CACHEBUST: "6" + CACHEBUST: "7" restart: unless-stopped environment: # ── Core ───────────────────────────────────────────── @@ -179,7 +179,7 @@ services: context: ./backend dockerfile: Dockerfile.ffmpeg args: - CACHEBUST: "6" + CACHEBUST: "7" restart: unless-stopped environment: ENVIRONMENT: production