Skip to content

v0.14.3

Choose a tag to compare

@szhygulin szhygulin released this 05 May 19:01
· 89 commits to main since this release
f924d82

Highlights

  • Glama Docker build repairdocker build . now succeeds end-to-end on a clean cache. Three stacked failures fixed in one PR: lockfile drift (npm ci was rejecting with EUSAGE), missing COPY vendor / COPY patches (required by the file: dep and prepare: patch-package script), and native modules (usb, node-hid) falling through to node-gyp rebuild on alpine without a build toolchain.
  • Restructured Dockerfile: builder stage owns native compilation + npm prune --omit=dev, runtime stage pulls the pruned node_modules plus libusb / eudev-libs runtime .sos only.

Included PRs

  • #655 fix(docker): repair Glama Docker build
  • #656 chore(release): 0.14.3