diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-13 14:17:21 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-13 14:17:21 +0000 |
| commit | bfe60f1c0f316cc512dd61f82667e59b284d3271 (patch) | |
| tree | 50d70c015197be75d2829b8666e2135cb034a9a0 /.devcontainer | |
| parent | 3a7a596299580a3fd7d8b61f3ec34a3c0bfc5a3c (diff) | |
| download | teachos-bfe60f1c0f316cc512dd61f82667e59b284d3271.tar.xz teachos-bfe60f1c0f316cc512dd61f82667e59b284d3271.zip | |
build: update toolchain
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json index 1eb5859..779aa62 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:14.2.0", + "image": "registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:15.1.0", "customizations": { "vscode": { "extensions": [ @@ -11,5 +11,5 @@ ] } }, - "initializeCommand": "docker pull registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:14.2.0", + "initializeCommand": "docker pull registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:15.1.0", } |
