victronenergy / venus-docker

MIT License
28 stars 9 forks source link

`./build.sh` produces innocent warnings #23

Closed mman closed 2 months ago

mman commented 2 months ago

Invoking ./build.sh with latest versions of Docker Desktop produces the warning below:

 3 warnings found (use docker --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 2)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 12)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 20)

This is an easy one to fix actually.