Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ENV key=value in dotnet lifecycle images (#2123)
Running workload lifecycle tests on my docker fails to build these images with: ``` 1 warning found (use docker --debug to expand): - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 4) | 20:56:02 | workflow-lifecycle | Build and Load Test App Images | SCRIPT | ERROR | ``` I'm assuming this is just a docker version issue
- Loading branch information