fmtm icon indicating copy to clipboard operation
fmtm copied to clipboard

Fix dockerfile warning such as Casing and whitespace separator

Open Sujanadh opened this issue 4 months ago • 0 comments

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

image

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

[optional] What gif best describes this PR or how it makes you feel?

Sujanadh avatar Sep 30 '24 05:09 Sujanadh