v2.0.22
docker: use uppercase for Dockerfile instructions Standardize Dockerfile syntax by using uppercase for all instructions: - FROM ... AS (not 'as') - COPY (not 'copy') This follows Dockerfile best practices and improves consistency. Signed-off-by: Date Huang <tjjh89017@hotmail.com>