d552037815
* Use latest docker containers This change moves all of the docker images to the latest tag as part of https://github.com/dotnet/arcade/issues/10377. * Change source build tarball leg to fedora-36 container
5 lines
No EOL
180 B
JSON
5 lines
No EOL
180 B
JSON
// Use this devcontainer if you don't need the full context of a source-build tarball
|
|
{
|
|
"name": "Source-Build",
|
|
"image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36"
|
|
} |