Add build date and cleanup dockerfile

This commit is contained in:
buanet
2024-08-07 22:14:04 +02:00
parent 51a25bb2db
commit 870980ccce
4 changed files with 31 additions and 21 deletions

View File

@@ -1,10 +1,13 @@
## Changelog
### v10.0.0-beta.1 (13.07.2024)
* upgrade node version to recommended node20
* remove dedicated node setup from dockerfile
* improve logging for failed database check ([#411](https://github.com/buanet/ioBroker.docker/issues/411))
* rework build process due to problems with github actions
### v10.0.0-beta.2 (08.08.2024)
* add build date to image
* cleanup dockerfile
* v10.0.0-beta.1 (13.07.2024)
* upgrade node version to recommended node20
* remove dedicated node setup from dockerfile
* improve logging for failed database check ([#411](https://github.com/buanet/ioBroker.docker/issues/411))
* rework build process due to problems with github actions
### v9.1.2 (05.04.2024)
* fix build process by updating npm to latest