From 1059ce0b9232d0aeb97e0e55720d807559460227 Mon Sep 17 00:00:00 2001 From: Martin Haynes Date: Sat, 27 Dec 2025 15:37:21 +0000 Subject: [PATCH] fix(rust): fix devcontainer id --- .version | 2 +- devcontainers/base/devcontainer-template.json | 2 +- devcontainers/cloud/devcontainer-template.json | 2 +- devcontainers/csharp/devcontainer-template.json | 2 +- devcontainers/go/devcontainer-template.json | 2 +- devcontainers/kotlin/devcontainer-template.json | 2 +- devcontainers/node/devcontainer-template.json | 2 +- devcontainers/rust/devcontainer-template.json | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.version b/.version index 1532420..4149c39 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -10.0.1 +10.1.0 diff --git a/devcontainers/base/devcontainer-template.json b/devcontainers/base/devcontainer-template.json index bcaba46..7bb7210 100644 --- a/devcontainers/base/devcontainer-template.json +++ b/devcontainers/base/devcontainer-template.json @@ -1,7 +1,7 @@ { "id": "base", "name": "DotMH Base Dev Container", - "version": "10.0.1", + "version": "10.1.0", "publisher": "DotMH ", "description": "The base dev container for interacting with the base container image", "licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE", diff --git a/devcontainers/cloud/devcontainer-template.json b/devcontainers/cloud/devcontainer-template.json index cf7fcc1..b73ed59 100644 --- a/devcontainers/cloud/devcontainer-template.json +++ b/devcontainers/cloud/devcontainer-template.json @@ -1,7 +1,7 @@ { "id": "cloud", "name": "DotMH Cloud Dev Container", - "version": "10.0.1", + "version": "10.1.0", "publisher": "DotMH ", "description": "The cloud dev container for interacting with the cloud container image", "licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE", diff --git a/devcontainers/csharp/devcontainer-template.json b/devcontainers/csharp/devcontainer-template.json index 2d950f1..71b6997 100644 --- a/devcontainers/csharp/devcontainer-template.json +++ b/devcontainers/csharp/devcontainer-template.json @@ -1,7 +1,7 @@ { "id": "csharp", "name": "DotMH C# Dev Container", - "version": "10.0.1", + "version": "10.1.0", "publisher": "DotMH ", "description": "The Go dev container for developing with C#", "licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE", diff --git a/devcontainers/go/devcontainer-template.json b/devcontainers/go/devcontainer-template.json index d6910e6..937229e 100644 --- a/devcontainers/go/devcontainer-template.json +++ b/devcontainers/go/devcontainer-template.json @@ -1,7 +1,7 @@ { "id": "go", "name": "DotMH Go Dev Container", - "version": "10.0.1", + "version": "10.1.0", "publisher": "DotMH ", "description": "The Go dev container for developing with Go", "licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE", diff --git a/devcontainers/kotlin/devcontainer-template.json b/devcontainers/kotlin/devcontainer-template.json index 44f78ce..3795626 100644 --- a/devcontainers/kotlin/devcontainer-template.json +++ b/devcontainers/kotlin/devcontainer-template.json @@ -1,7 +1,7 @@ { "id": "kotlin", "name": "DotMH Kotlin Dev Container", - "version": "10.0.1", + "version": "10.1.0", "publisher": "DotMH ", "description": "The Kotlin dev container for developing with Kotlin", "licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE", diff --git a/devcontainers/node/devcontainer-template.json b/devcontainers/node/devcontainer-template.json index dddc10e..eb97801 100644 --- a/devcontainers/node/devcontainer-template.json +++ b/devcontainers/node/devcontainer-template.json @@ -1,7 +1,7 @@ { "id": "node", "name": "DotMH Node Dev Container", - "version": "10.0.1", + "version": "10.1.0", "publisher": "DotMH ", "description": "The Node dev container for developing with Node and PNPM", "licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE", diff --git a/devcontainers/rust/devcontainer-template.json b/devcontainers/rust/devcontainer-template.json index 6e97884..0d6b1b3 100644 --- a/devcontainers/rust/devcontainer-template.json +++ b/devcontainers/rust/devcontainer-template.json @@ -1,7 +1,7 @@ { - "id": "node", + "id": "rust", "name": "DotMH Rust Dev Container", - "version": "10.0.1", + "version": "110.1.0", "publisher": "DotMH ", "description": "The Rust dev container for developing with Rustup, Rust and Cargo", "licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",