Commit Graph

2 Commits

Author SHA1 Message Date
Shobhit Sahani
51dbeff043 fix: correct docker build context path in build-base-images.sh
Build context was set to ../../.. but the script cd's into docker/ on
line 31, so only .. is needed to reach the repo root. This caused the
build to fail when running from the repo root.

Fixes #4011

fix: add missing newline at end of file

fix: remove accidental heredoc wrapper from build script
2026-02-03 11:23:20 +00:00
Nick Sweeting
0b8fda5d7c speedup docker build to 20s 2025-06-27 05:36:23 -07:00