Describe the bug
The Dockerfile contains inconsitent usage of upper/lower casing for keywords.
The as are lower case, everything else is upper case.
This results in a Docker warning:
3 warnings found (use docker --debug to expand):
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 5)
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 10)
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 20)
Describe the bug The Dockerfile contains inconsitent usage of upper/lower casing for keywords. The
as
are lower case, everything else is upper case. This results in a Docker warning:Electrs version v0.10.6
To Reproduce Steps to reproduce the behavior:
Expected behavior No warnings in executing the Docker build.
System running electrs