From dcbd98f08ea034f90c06946af95387d55550efcb Mon Sep 17 00:00:00 2001 From: JP Ungaretti Date: Wed, 1 Mar 2023 19:19:02 +0000 Subject: Run project tests as non-root user --- test/dotnet/scenarios.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/dotnet/scenarios.json') 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" -- cgit v1.2.3