diff options
author | JP Ungaretti <git@jungaretti.com> | 2023-03-01 22:19:02 +0300 |
---|---|---|
committer | JP Ungaretti <git@jungaretti.com> | 2023-03-01 22:19:02 +0300 |
commit | dcbd98f08ea034f90c06946af95387d55550efcb (patch) | |
tree | 9b74e75b36c814acb2b45532369538171368bb55 /test/dotnet/scenarios.json | |
parent | ca6f581c8f1351886c6d802a287a7ec4e4c98f87 (diff) |
Run project tests as non-root user
Diffstat (limited to 'test/dotnet/scenarios.json')
-rw-r--r-- | test/dotnet/scenarios.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/dotnet/scenarios.json b/test/dotnet/scenarios.json index f4127f2..45a268f 100644 --- a/test/dotnet/scenarios.json +++ b/test/dotnet/scenarios.json @@ -58,7 +58,8 @@ } }, "build_dotnet_7": { - "image": "ubuntu:jammy", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu", + "remoteUser": "vscode", "features": { "dotnet": { "version": "7" @@ -66,7 +67,8 @@ } }, "run_dotnet_7": { - "image": "ubuntu:jammy", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu", + "remoteUser": "vscode", "features": { "dotnet": { "version": "7" |