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

Clean up Dockerfile Lint #944

Merged
merged 2 commits into from
Jul 17, 2024
Merged

Conversation

rhussmann
Copy link
Contributor

@rhussmann rhussmann commented Jul 17, 2024

Fixes lint present in the Dockerfile.

Existing lint can be seen by running

docker build -t node-hp-scan-to:latest .
3 warnings found (use --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 9)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 10)

@manuc66 manuc66 merged commit c713483 into manuc66:master Jul 17, 2024
2 of 4 checks passed
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