Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dockerfile): avoid build hang at ARG statement (#130)
Because - We are seeing occasional hang at `ARG` statement and change the statement order seems to solve it for now, need to keep an eye on it. This commit - change `ARG` statement order resolves INS-4015
- Loading branch information