Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The 'as' keyword should match the case of the 'from' keyword FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/ Setting platform to predefined $TARGETPLATFORM in FROM is redundant as this is the default behavior RedundantTargetPlatform: Setting platform to predefined $TARGETPLATFORM in FROM is redundant as this is the default behavior More info: https://docs.docker.com/go/dockerfile/rule/redundant-target-platform/ Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information