Skip to content

Releases: bfren/docker-alpine

v2.5.4

19 Jul 07:23
5da7c80
Compare
Choose a tag to compare
v2.5.4 (#118)

Minor updates
* Using actual esh script rather than apk install for consistency
* Fixing esh script return

v2.5.3

17 Jul 17:21
8b8cb81
Compare
Choose a tag to compare
v2.5.3 (#117)

Minor updates
* Adding always / stderr flags to dump
* Improving script execution handling

v2.5.2

16 Jul 15:37
56c0c0c
Compare
Choose a tag to compare
v2.5.2 (#116)

Minor updates
* Using is-empty and is-not-empty instead of null checks

v2.5.1

16 Jul 04:25
0ea2998
Compare
Choose a tag to compare
v2.5.1 (#115)

Build updates
* Using ghcr.io

v2.5.0

15 Jul 17:28
dc87fb0
Compare
Choose a tag to compare
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

15 Jul 17:26
3d7733e
Compare
Choose a tag to compare
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

16 Jun 13:09
3d7733e
Compare
Choose a tag to compare
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

06 Jun 12:10
ec93b33
Compare
Choose a tag to compare
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

23 May 13:08
84076f0
Compare
Choose a tag to compare
v2.3.0 (#110)

Major updates
* Adding Alpine 3.20 and making it the default version

v2.2.7

19 May 11:53
f3391ec
Compare
Choose a tag to compare
v2.2.7 (#109)

Minor updates
* Updating to Nushell 0.93.0
* Using record syntax for with-env
* Installing mimalloc2 from @edgecomm