dockerfile_lint
dockerfile_lint copied to clipboard
#escape=` is not supported
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