You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve Dockerfile: some simplification and avoid warnings
The warnings were:
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
- UndefinedVar: Usage of undefined variable '$POCO_VERSION' (line 17)
- UndefinedVar: Usage of undefined variable '$POCO_URL' (line 17)
0 commit comments