next.md: Add Dockerfile release note

This commit is contained in:
Anmol Sethi 2023-01-24 01:19:09 -08:00
parent fe16543a6d
commit ccabee9e7d
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA

View file

@ -1,5 +1,8 @@
#### Features 🚀
- The [Dockerfile](./docs/INSTALL.md#docker) now supports rendering PNGs [#594](https://github.com/terrastruct/d2/issues/594)
- There was a minor breaking change as part of this where the default working directory of the Dockerfile is now `/home/debian/src` instead of `/root/src` to allow UID remapping with [`fixuid`](https://github.com/boxboat/fixuid).
#### Improvements 🧹
#### Bugfixes ⛑️