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

Fix FromAsCasing warning in Dockerfile #170

Closed
afuetterer opened this issue Jul 6, 2024 · 0 comments · Fixed by #171
Closed

Fix FromAsCasing warning in Dockerfile #170

afuetterer opened this issue Jul 6, 2024 · 0 comments · Fixed by #171
Labels
type: style Changes that do not affect the meaning of the code (e.g. white-space, formatting)

Comments

@afuetterer
Copy link
Owner

afuetterer commented Jul 6, 2024

FROM base as build
should be
FROM base AS build

Ref: https://docs.docker.com/reference/build-checks/from-as-casing/

@afuetterer afuetterer added the type: style Changes that do not affect the meaning of the code (e.g. white-space, formatting) label Jul 6, 2024
@afuetterer afuetterer changed the title Fix fromascasing in Dockerfile Fix FromAsCasing warning in Dockerfile Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: style Changes that do not affect the meaning of the code (e.g. white-space, formatting)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant