diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-24 10:17:53 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-24 10:17:53 +0000 |
| commit | 2ebf8d525e6a030efc8ca23bcbdf92c2d0cb8985 (patch) | |
| tree | d311baa0e25e56bd1d7789fa3260ac5076fd6187 /.devcontainer/x86-64/devcontainer.json | |
| parent | bb685cca3a537f0df4205050a9c52b411dee95c6 (diff) | |
| download | teachos-2ebf8d525e6a030efc8ca23bcbdf92c2d0cb8985.tar.xz teachos-2ebf8d525e6a030efc8ca23bcbdf92c2d0cb8985.zip | |
x86_64: implement high/low split
Diffstat (limited to '.devcontainer/x86-64/devcontainer.json')
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json index c23e655..3e3b934 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:15.1.0-2", + "image": "registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:15.1.0-3", "customizations": { "vscode": { "extensions": [ |
