From e4e1494183cae7783dcc6bf307b5b48bdc6b50b5 Mon Sep 17 00:00:00 2001 From: Minxi Hou Date: Fri, 7 Aug 2026 06:56:54 -0400 Subject: [PATCH] docs(changelog): add fragment for #9695 --- changelog.d/fixes/9695-docker-bundler-build-arg.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/fixes/9695-docker-bundler-build-arg.md diff --git a/changelog.d/fixes/9695-docker-bundler-build-arg.md b/changelog.d/fixes/9695-docker-bundler-build-arg.md new file mode 100644 index 0000000000..3bc3f0ee7d --- /dev/null +++ b/changelog.d/fixes/9695-docker-bundler-build-arg.md @@ -0,0 +1 @@ +- **fix(docker):** `--build-arg OMNIROUTE_USE_TURBOPACK=0` now reaches the builder stage — a bare `ENV` was shadowing the `ARG`, so the documented webpack escape hatch was silently ignored and memory-constrained hosts were OOM-killed with no error output ([#9695](https://github.com/diegosouzapw/OmniRoute/pull/9695))