24.01.24: - No longer write envs to local_settings.py. Envs will take precedence over any existing values in config file. Removed REGENERATE_SETTINGS as it is now obsolete.
22.01.24: - Fix CSRF handling.
23.12.23: - Rebase to Alpine 3.19.
31.05.23: - Rebase to Alpine 3.18. Deprecate armhf.
22.12.22: - Rebase to Alpine 3.17. Add extra deps for pycurl. Add INTEGRATIONS_ALLOW_PRIVATE_IPS.
18.10.22: - Add curl-dev to fix broken pip builds.
11.10.22: - Rebase to Alpine 3.16, migrate to s6v3.
27.09.22: - Fix sending of Email Reports
08.01.22: - Fix CSRF setting for Django 4.0 (introduced in v1.25.0)
11.11.21: - Add Apprise to Docker as in v1.24.0
10.09.21: - Fix creation of superuser
07.08.21: - Update custom logo handling to support changes in v1.22.0
11.07.21: - Rebase to Alpine 3.14.
18.05.21: - Add linuxserver wheel index.
11.01.21: - Add libffi-dev to allow building of python cryptography lib.
19.07.20: - Rebasing to alpine 3.12, fixed 'ALLOWED_HOSTS' bug, now defaults to wildcard
19.12.19: - Rebasing to alpine 3.11.
31.10.19: - Add postgres client and fix config for CSRF.
23.10.19: - Allow to create superuser
28.06.19: - Rebasing to alpine 3.10.
12.04.19: - Rebase to Alpine 3.9.
23.03.19: - Switching to new Base images, shift to arm32v7 tag.
14.02.19: - Adding mysql libs needed for using a database.
11.10.18: - adding pipeline logic and multi arching release
15.11.17: - git pull is now in Dockerfile so each tagged container contains the same code version