Skip to content

Commit e2b3b48

Browse files
Update devcontainer-feature.json (devcontainers#535)
devcontainers#531 Modify proposed UID & GID so as not to conflict with base image.
1 parent f52ff61 commit e2b3b48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/common-utils/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"userUid": {
4141
"type": "string",
4242
"proposals": [
43-
"1000",
43+
"1001",
4444
"automatic"
4545
],
4646
"default": "automatic",
@@ -49,7 +49,7 @@
4949
"userGid": {
5050
"type": "string",
5151
"proposals": [
52-
"1000",
52+
"1001",
5353
"automatic"
5454
],
5555
"default": "automatic",

0 commit comments

Comments
 (0)