diff options
author | Raymond <44623277+raymond-chetty@users.noreply.github.com> | 2023-05-01 18:37:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 18:37:43 +0300 |
commit | e2b3b48bc52be49b4e0063012e9ccdf0bf7672f4 (patch) | |
tree | 537f202a62f5661b2fb7f66c01bdd66729d4f349 | |
parent | f52ff611c55a4e0708edd9c93076603b2704e581 (diff) |
Update devcontainer-feature.json (#535)
#531 Modify proposed UID & GID so as not to conflict with base image.
-rw-r--r-- | src/common-utils/devcontainer-feature.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |