Add APPLICATION_VERSION export to build function

This commit is contained in:
Tobias 2026-02-10 08:08:24 +01:00 committed by GitHub
parent 35833c402a
commit 4cd72cc2ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3516,6 +3516,7 @@ build_container() {
export PCT_DISK_SIZE="$DISK_SIZE"
export IPV6_METHOD="$IPV6_METHOD"
export ENABLE_GPU="$ENABLE_GPU"
export APPLICATION_VERSION="${var_appversion:-}"
# DEV_MODE exports (optional, for debugging)
export BUILD_LOG="$BUILD_LOG"