aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond <44623277+raymond-chetty@users.noreply.github.com>2023-05-01 18:37:43 +0300
committerGitHub <noreply@github.com>2023-05-01 18:37:43 +0300
commite2b3b48bc52be49b4e0063012e9ccdf0bf7672f4 (patch)
tree537f202a62f5661b2fb7f66c01bdd66729d4f349
parentf52ff611c55a4e0708edd9c93076603b2704e581 (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.json4
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",