Fix Docker image build warnings caused by inconsistent casing in FROM and AS keywords. This commit standardizes the casing by using uppercase AS to eliminate warnings during the image build.
Example logging before:
1 warning found (use docker --debug to expand):
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
Fix Docker image build warnings caused by inconsistent casing in
FROM
andAS
keywords. This commit standardizes the casing by using uppercase AS to eliminate warnings during the image build.Example logging before: