Update base image to version 2021.04.3 (#49817)

This commit is contained in:
Pascal Vizeli 2021-04-28 18:03:21 +02:00 committed by GitHub
parent 11a56df2cb
commit 1e2f242220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@
cd /config || bashio::exit.nok "Can't find config folder!"
# Enable mimalloc for Home Assistant Core, unless disabled
if [[ -z "${DISABLE_MIMALLOC+x}" ]]; then
export LD_PRELOAD="/usr/local/lib/libmimalloc.so"
if [[ -z "${DISABLE_JEMALLOC+x}" ]]; then
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
fi
exec python3 -m homeassistant --config /config