aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/x86-64
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-10-27 13:34:41 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-10-27 13:34:41 +0100
commitff35119463c30fb23e16c626fea3962e35e4f111 (patch)
treeda3cf1141446c6740d46ea58813a88e8be9c5821 /.devcontainer/x86-64
parent90c3190543b2ac8a7de03ba297f329ee5cc1f513 (diff)
downloadteachos-ff35119463c30fb23e16c626fea3962e35e4f111.tar.xz
teachos-ff35119463c30fb23e16c626fea3962e35e4f111.zip
ide: update toolchain
Diffstat (limited to '.devcontainer/x86-64')
-rw-r--r--.devcontainer/x86-64/devcontainer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json
index f619e3f..26c05d0 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-5",
+ "image": "registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:15.2.0-1",
"features": {
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/git-lfs:1": {},
@@ -21,4 +21,4 @@
},
"remoteUser": "ubuntu",
"updateRemoteUserUID": true
-} \ No newline at end of file
+}