frappe / frappe_docker

Docker images for production and development setups of the Frappe framework and ERPNext
MIT License
1.52k stars 1.4k forks source link

Fix: WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match #1426

Closed gparent closed 4 months ago

gparent commented 5 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.

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)