Releases: bfren/docker-alpine
Releases · bfren/docker-alpine
v2.5.4
v2.5.4 (#118)
Minor updates
* Using actual esh script rather than apk install for consistency
* Fixing esh script return
v2.5.3
v2.5.3 (#117)
Minor updates
* Adding always / stderr flags to dump
* Improving script execution handling
v2.5.2
v2.5.2 (#116)
Minor updates
* Using is-empty and is-not-empty instead of null checks
v2.5.1
v2.5.1 (#115)
Build updates
* Using ghcr.io
v2.5.0
v2.5.0 (#114)
Major updates
* Using official Alpine busybox + justc-envdir instead of custom busybox build
Minor updates
* Updating to Alpine 3.17.8, 3.18.7, 3.19.2 and 3.20.1
* Don't redirect nu version error to null
Development updates
* Using par-each to speed up http testing
v2.4.1
v2.4.0 (#112)
Major updates
* Removing mimalloc dependency
* Rewriting http get_status / test and adding tests
Minor updates
* Specifying input / output types to support piping
Build updates
* Using -alpine tag suffix to load nushell
v2.4.0
v2.4.0 (#112)
Major updates
* Removing mimalloc dependency
* Rewriting http get_status / test and adding tests
Minor updates
* Specifying input / output types to support piping
Build updates
* Using -alpine tag suffix to load nushell
v2.3.1
v2.3.1 (#111)
Minor updates
* Updating to Nushell 0.94.2
Development updates
* Manually add PATH before running tests
* Fixing broken test after update to 0.94.x
v2.3.0
v2.3.0 (#110)
Major updates
* Adding Alpine 3.20 and making it the default version
v2.2.7
v2.2.7 (#109)
Minor updates
* Updating to Nushell 0.93.0
* Using record syntax for with-env
* Installing mimalloc2 from @edgecomm