Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use upper-case for "as" in FROM ... AS instruction #110

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

neanias
Copy link
Contributor

@neanias neanias commented Jul 17, 2024

One of the build checks for Docker is FromAsCasing which has been showing up as warnings when deploying. Given FROM is already capitalised, AS should also be capitalised.

One of the build checks for Docker is
[`FromAsCasing`](https://docs.docker.com/reference/build-checks/from-as-casing/)
which has been showing up as warnings when deploying. Given `FROM` is
already capitalised, `AS` should also be capitalised.
@rubys rubys merged commit 2711cf5 into fly-apps:main Jul 17, 2024
4 checks passed
@neanias neanias deleted the use-consistent-case-in-dockerfile branch July 17, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants