- Replace console output with a (rotating) log handler.
- Move to
python:3-alpine
base image for greater compatibility with different platforms. - Extract the dependencies to
requirements.txt
. - Using
buildx
to create images for the following platforms:linux/amd64
linux/arm64
linux/386
linux/arm/v7
linux/arm/v6
- Initial release.