lint: fix docker build warnings
Docker builds emit a warning because the case of 'FROM' and 'as' don't match. Fix this everywhere.
Signed-off-by: Derek Brown <6845676+DerekTBrown@users.noreply.github.com>
Context:
When running Docker builds, I see the following warning:
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
...
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 27)
Commit Message:
Context:
When running Docker builds, I see the following warning:
Fix this pattern everywhere.