From e2b3b48bc52be49b4e0063012e9ccdf0bf7672f4 Mon Sep 17 00:00:00 2001 From: Raymond <44623277+raymond-chetty@users.noreply.github.com> Date: Mon, 1 May 2023 08:37:43 -0700 Subject: Update devcontainer-feature.json (#535) #531 Modify proposed UID & GID so as not to conflict with base image. --- src/common-utils/devcontainer-feature.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 71b6e66..8a53255 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -40,7 +40,7 @@ "userUid": { "type": "string", "proposals": [ - "1000", + "1001", "automatic" ], "default": "automatic", @@ -49,7 +49,7 @@ "userGid": { "type": "string", "proposals": [ - "1000", + "1001", "automatic" ], "default": "automatic", -- cgit v1.2.3