cookiecutter / cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
https://cookiecutter-django.readthedocs.io
BSD 3-Clause "New" or "Revised" License
11.76k stars 2.83k forks source link

Fix keywords case warning in Dockerfile #5164

Closed browniebroke closed 1 week ago

browniebroke commented 1 week ago

Description

Recently noticed the following warning in my Docker builds (using https://github.com/docker/build-push-action):

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

I don't think it's causing any harm, apart perhaps some small noise in the logs... Seems like a good thing to do for consistency of keywords.

Checklist:

Rationale