v0.12.2
This is the first buildable 0.12 release. v0.12.0 and v0.12.1
are tagged but have no container image — each hit a different build
failure. Pin this one. The application code is identical to 0.12.0.
Fixed
fix(deps)— the rootbun.lockis regenerated to agree with
package.json(warren-1841). Dependabot raisedjscpdto ^5.0.12 and
typescriptto ^7.0.2, but the lockfile still carried ^4.2.4 and
^6.0.3, so the image'sbun install --frozen-lockfilerefused. The
gates never saw it:check:allruns against an already-installed tree
and no gate installs from a frozen lockfile.