Open okainov opened 4 years ago
Same as https://github.com/hadolint/hadolint/issues/371
Tool is not able to properly handle Windows Dockerfiles using backtick symbol as end-line symbol
#escape = ` FROM mcr.microsoft.com/dotnet/framework/runtime:4.8 ENV something=something ` somethingelse=somethingelse
This has been already fixed in https://github.com/hadolint/language-docker/pull/62
Same as https://github.com/hadolint/hadolint/issues/371
Tool is not able to properly handle Windows Dockerfiles using backtick symbol as end-line symbol