mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
Environment variables are stored in a separate .env file from the main container script. The config SHA256 checksum only covered the script file, so changes to env vars went undetected -- the container was not recreated and kept running with stale values. Include the env file contents in the config checksum calculation so that any change to environment variables triggers a proper container restart. Fixes #1313 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>