pandoc / dockerfiles

Dockerfiles for various pandoc images
GNU General Public License v2.0
364 stars 98 forks source link

fix: casing do not match #245

Closed silverskyvicto closed 1 month ago

silverskyvicto commented 1 month ago

According to the official Docker documentation, mixed case should be avoided.

ref: FromAsCasing

$ bash build.sh build
[+] Building 0.0s (1/1) FINISHED                           docker:desktop-linux
 => [internal] load build definition from Dockerfile                       0.0s
 => => transferring dockerfile: 1.92kB                                     0.0s
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (li  0.0s
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (li  0.0s

 2 warnings found (use --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 54)
tarleb commented 1 month ago

Thanks a lot!