You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docker): remove --frozen flag to tolerate Bun patch-version lockfile drift
oven/bun:1.3-alpine resolves to a newer patch (e.g. 1.3.14) than the version
used locally (1.3.5). Bun's lockfile text format can shift between patches,
making --frozen fail with "lockfile had changes" even though dependencies are
identical. Dropping --frozen keeps the lockfile for resolution without
enforcing a byte-for-byte match on re-serialisation.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments