fmtm
fmtm copied to clipboard
Fix dockerfile warning such as Casing and whitespace separator
What type of PR is this? (check all applicable)
- [ ] 🍕 Feature
- [ ] 🐛 Bug Fix
- [ ] 📝 Documentation
- [X] 🧑💻 Refactor
- [ ] ✅ Test
- [ ] 🤖 Build or CI
- [ ] ❓ Other (please specify)
Related Issue
N/A
Describe this PR
This PR refactors the Dockerfile to avoid warning raised such as:
FROM docker.io/python:${PYTHON_IMG_TAG}-slim-bookworm as base
The 'as' keyword should match the case of the 'from' keyword
Screenshots
Alternative Approaches Considered
Did you attempt any other approaches that are not documented in code?
Review Guide
Notes for the reviewer. How to test this change?
Checklist before requesting a review
- 📖 Read the FMTM Contributing Guide: https://github.com/hotosm/fmtm/blob/main/CONTRIBUTING.md
- 📖 Read the HOT Code of Conduct: https://docs.hotosm.org/code-of-conduct
- 👷♀️ Create small PRs. In most cases, this will be possible.
- ✅ Provide tests for your changes.
- 📝 Use descriptive commit messages.
- 📗 Update any related documentation and include any relevant screenshots.