aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-30 18:01:23 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-30 18:01:23 +0200
commit9fc9d3b011db40027e8c1220c535007a786d03ff (patch)
treecef453f4bc0d8cdc02285b2f04388daa2fe007a9 /.devcontainer
parentc15bae85ebffbb137647c48fccd219d334a5f8ea (diff)
downloadkernel-9fc9d3b011db40027e8c1220c535007a786d03ff.tar.xz
kernel-9fc9d3b011db40027e8c1220c535007a786d03ff.zip
build: upgrade to GCC 16
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/x86-64/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json
index 775da72..18e6419 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.2.0-4",
+ "image": "registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:16.1.0-1",
"features": {
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/git-lfs:1": {},