From c2ed5b3ffbc6f040ea574a7c009277cfa3a22d96 Mon Sep 17 00:00:00 2001 From: Jozsef Gtta Date: Sun, 19 Jul 2026 01:30:10 +0000 Subject: [PATCH] Note v1.71.0 also confirmed bad (still Next.js 16.2.10, memory leak #6300 unresolved) --- siklos/homarr/docker-compose.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/siklos/homarr/docker-compose.yml b/siklos/homarr/docker-compose.yml index 51c4d6b..5c7e8be 100644 --- a/siklos/homarr/docker-compose.yml +++ b/siklos/homarr/docker-compose.yml @@ -23,7 +23,9 @@ services: - '7575:7575' labels: - com.centurylinklabs.watchtower.enable=false - # Pinned to a known-good build (2026-07-15) after the Watchtower-pulled - # "latest"/main-branch build from 2026-07-11 caused severe board-editor - # slowness. "latest" tracks Homarr's unstable main branch, not a release - # line, so do not switch this back to :latest without testing first. + # Pinned to a known-good build (2026-06-27, Next.js 16.2.9) after + # v1.70.0 and v1.71.0 (both Next.js 16.2.10) were confirmed via direct + # testing to still have the board-editor slowness tied to the open + # upstream memory leak in homarr-labs/homarr#6300. Do not update past + # this digest until that issue is resolved and a build past 16.2.10 + # has been tested.