Skip to content

v2.0.22

Choose a tag to compare

@github-actions github-actions released this 14 Mar 05:19
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>