Files
upaas/Dockerfile
clawbot cd18fa4c38
All checks were successful
Check / check (pull_request) Successful in 3m40s
fix: add COPY --from=lint to builder stage to force lint execution
BuildKit skips unreferenced stages silently. The lint stage was never
referenced by the builder stage via COPY --from, so it was being skipped
entirely during docker build. This adds a stage dependency that forces
the lint stage to complete before the build proceeds.

closes #153
2026-03-01 14:26:12 -08:00

1.1 KiB