Closed gparent closed 4 months ago
Please provide enough information so that others can review your pull request:
This changes the casing of the FROM instruction to be consistent.
FROM
Explain the details for making this change. What existing problem does the pull request solve?
It fixes the following warning which seems to have appeared with the release of Docker 27:
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 133)
This changes the casing of the
FROM
instruction to be consistent.It fixes the following warning which seems to have appeared with the release of Docker 27: