diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-05-07 09:11:36 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-05-07 09:11:36 +0000 |
| commit | 22d0be58316125da668302370a1bebc6655880ea (patch) | |
| tree | 22747f9325acfed61f2573cda2397aac375e9af5 /.devcontainer | |
| parent | 299737fae3aff1c7de39b0876106d0c492c3ed9f (diff) | |
| download | kernel-22d0be58316125da668302370a1bebc6655880ea.tar.xz kernel-22d0be58316125da668302370a1bebc6655880ea.zip | |
ide: update devcontainer
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json index 76ddaed..80abece 100644 --- a/.devcontainer/x86-64/devcontainer.json +++ b/.devcontainer/x86-64/devcontainer.json @@ -1,6 +1,6 @@ { "name": "TeachOS on x86-64", - "image": "registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:16.1.0-2-py3.14", + "image": "registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:16.1.0-3-py3.14", "features": { "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/git-lfs:1": {}, @@ -21,7 +21,5 @@ "ms-vscode.hexeditor" ] } - }, - "remoteUser": "ubuntu", - "updateRemoteUserUID": true + } }
\ No newline at end of file |
