Skip to content

v0.1.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@dfa1 dfa1 released this 07 Aug 11:46
· 184 commits to master since this release

🥇 New docker image deployed on ghcr.io:

docker run -it --rm ghcr.io/hosh-shell/hosh:0.1.4

  • bumped jline to 3.20
  • skipping autocomplete of commands when current line is not empty
  • improving Dockerfile
    • build from source in a consistent environment
    • fetch dependencies in a separate step (for caching!)
    • use multi-stage builds to remove build dependencies