From f52e7dda7e9904a46d8075861670c3f271e0857c Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 13 Feb 2026 19:13:59 +0000 Subject: [PATCH] Bump CACHEBUST to v4 to force backend rebuild with migration fixes Co-authored-by: Cursor --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 04e42a7..f8a4635 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,7 +47,7 @@ services: context: ./backend dockerfile: Dockerfile args: - CACHEBUST: "3" + CACHEBUST: "4" restart: unless-stopped environment: # ── Core ───────────────────────────────────────────── @@ -179,7 +179,7 @@ services: context: ./backend dockerfile: Dockerfile.ffmpeg args: - CACHEBUST: "3" + CACHEBUST: "4" restart: unless-stopped environment: ENVIRONMENT: production