some testing with base images

This commit is contained in:
andre
2020-04-06 21:40:27 +02:00
parent 32ef7a0194
commit eb6c203d53
2 changed files with 6 additions and 4 deletions

View File

@@ -117,9 +117,11 @@ You will find the channel here: https://t.me/buanet_tutorials
## Changelog
### v4.1.3beta (2020-02-08)
* added new ENVs for "iobroker setup custom"
* enhancements in startupscript logging
### v4.1.4beta (2020-04-06)
* optimizing installation of packages
* v4.1.3beta (2020-02-08)
* added new ENVs for "iobroker setup custom"
* enhancements in startupscript logging
* v4.1.2beta (2020-02-02)
* added feature userscripts on startup
* small fix for permissions issues on some systems

View File

@@ -1,4 +1,4 @@
FROM debian:stretch
FROM amd64/debian:buster
LABEL maintainer="Andre Germann" \
url="<https://buanet.de>"