Carbon v1.2.1
This release mainly contains fixes, quite a few actually: Threads, Websockets, Coms, Memory improvements due to no longer autostarting the webserver when it is not actually used, Dockerfile improvements and more!
The default ports have been changed to 80 and 443, the normal HTTP and HTTPS ports.
The webroot is now in the package path, so you can require() away!
Note: The newer Docker images are based on Alpine Linux by default now.
This is due to the fact that I like newer things and Alpine gives the docker images a nice and small base.
It is also more secure because it uses the musl libc, which means glibc binaries won't work, giving potential attackers less attack surface and a harder time.
There are still other types of images by just postfixing them with the preferred type: If you want v1.2.1 but based on Arch instead of Alpine, pull v1.2.1-arch instead.
There is also a -flat variant of every image type, which has been flattened and contains no metadata, but you can theoretically build your own app on top of that, if you so desire.