Skip to content

Releases: bfren/docker-node

v3.1.2

13 Jan 11:07
8d1cc1d

Choose a tag to compare

v3.1.2 (#71)

Minor updates
* Using latest base images
* Adding module export

Documentation updates
* Updating copyright year to 2024

v3.1.1

22 Dec 20:01
03b9ab8

Choose a tag to compare

v3.1.1 (#70)

Minor updates
* Using latest base images

v3.1.0

09 Dec 10:53
874f57f

Choose a tag to compare

v3.1.0 (#69)

Major updates
* Updating NodeJS 20 to Alpine 3.19 and stable package
* Adding NodeJS 21

Minor updates
* Using latest base images

Documentation updates
* Removing yarn from README

v3.0.5

01 Dec 08:59
a7e88cb

Choose a tag to compare

v3.0.5 (#68)

Minor updates
* Using latest base images

v3.0.4

27 Nov 09:41
dffe841

Choose a tag to compare

v3.0.4 (#67)

Minor updates
* Using latest base images

v3.0.3

26 Nov 08:10
bf54a97

Choose a tag to compare

v3.0.3 (#66)

Minor updates
* Using latest base images

v3.0.2

24 Nov 15:32
10eb952

Choose a tag to compare

v3.0.2 (#65)

Minor updates
* Using latest base images

v3.0.1

24 Nov 09:34
6c87dcd

Choose a tag to compare

v3.0.1 (#64)

Minor updates
* Using latest base images

v3.0.0

22 Nov 08:17
1e5f78d

Choose a tag to compare

v3.0.0 (#63)

**Complete rewrite using [nushell](https://nushell.sh)**

## Major updates and breaking changes
* To enter nushell do `docker exec -it container_name nu` and type `bf-node + tab` to see a complete list of functions
* Removing NodeJS 14 (not supported on Alpine >= 3.15)
* Removing Yarn package

## Minor updates
* Updating to NodeJS 18.18.2 and 20.8.1 

## Build updates
* Updating workflows to latest versions
* Using -dev instead of -beta for development builds

## Development updates
* Enforcing LF line endings

v2.2.9

06 Oct 14:57
a0b0dd5

Choose a tag to compare

v2.2.9 (#61)

Minor updates
* Using latest base images