Note v1.71.0 also confirmed bad (still Next.js 16.2.10, memory leak #6300 unresolved)

This commit is contained in:
2026-07-19 01:30:10 +00:00
parent 7d14eb165d
commit c2ed5b3ffb
+6 -4
View File
@@ -23,7 +23,9 @@ services:
- '7575:7575' - '7575:7575'
labels: labels:
- com.centurylinklabs.watchtower.enable=false - com.centurylinklabs.watchtower.enable=false
# Pinned to a known-good build (2026-07-15) after the Watchtower-pulled # Pinned to a known-good build (2026-06-27, Next.js 16.2.9) after
# "latest"/main-branch build from 2026-07-11 caused severe board-editor # v1.70.0 and v1.71.0 (both Next.js 16.2.10) were confirmed via direct
# slowness. "latest" tracks Homarr's unstable main branch, not a release # testing to still have the board-editor slowness tied to the open
# line, so do not switch this back to :latest without testing first. # 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.