From da32f7a282ee47c66361788e44bef51b4a54214a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Mar 2026 11:33:14 +0000 Subject: [PATCH 1/5] Release manifest update --- src/anaconda/README.md | 2 +- src/anaconda/manifest.json | 2 +- .../.devcontainer/devcontainer-lock.json | 8 ++--- src/base-alpine/README.md | 2 +- src/base-alpine/manifest.json | 2 +- .../.devcontainer/devcontainer-lock.json | 6 ++-- src/base-debian/README.md | 2 +- src/base-debian/manifest.json | 2 +- .../.devcontainer/devcontainer-lock.json | 6 ++-- src/base-ubuntu/README.md | 2 +- src/base-ubuntu/manifest.json | 2 +- src/cpp/README.md | 4 +-- src/cpp/manifest.json | 2 +- .../.devcontainer/devcontainer-lock.json | 6 ++-- src/dotnet/README.md | 4 +-- src/dotnet/manifest.json | 2 +- src/go/.devcontainer/devcontainer-lock.json | 12 ++++---- src/go/README.md | 2 +- src/go/manifest.json | 2 +- .../.devcontainer/devcontainer-lock.json | 6 ++-- src/java-8/README.md | 2 +- src/java-8/manifest.json | 2 +- src/java/.devcontainer/devcontainer-lock.json | 6 ++-- src/java/README.md | 2 +- src/java/manifest.json | 2 +- .../.devcontainer/devcontainer-lock.json | 6 ++-- src/javascript-node/README.md | 2 +- src/javascript-node/manifest.json | 2 +- src/jekyll/README.md | 2 +- src/jekyll/manifest.json | 2 +- src/miniconda/README.md | 2 +- src/miniconda/manifest.json | 2 +- src/php/.devcontainer/devcontainer-lock.json | 6 ++-- src/php/README.md | 2 +- src/php/manifest.json | 2 +- .../.devcontainer/devcontainer-lock.json | 6 ++-- src/python/README.md | 2 +- src/python/manifest.json | 2 +- src/ruby/.devcontainer/devcontainer-lock.json | 6 ++-- src/ruby/README.md | 2 +- src/ruby/manifest.json | 2 +- src/rust/.devcontainer/devcontainer-lock.json | 6 ++-- src/rust/README.md | 2 +- src/rust/manifest.json | 2 +- src/typescript-node/README.md | 2 +- src/typescript-node/manifest.json | 2 +- .../.devcontainer/devcontainer-lock.json | 30 +++++++++---------- src/universal/README.md | 2 +- src/universal/manifest.json | 2 +- 49 files changed, 93 insertions(+), 93 deletions(-) diff --git a/src/anaconda/README.md b/src/anaconda/README.md index 1f213d20ba..7681c52827 100644 --- a/src/anaconda/README.md +++ b/src/anaconda/README.md @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/anaconda:1-3` - `mcr.microsoft.com/devcontainers/anaconda:1.3-3` -- `mcr.microsoft.com/devcontainers/anaconda:1.3.11-3` +- `mcr.microsoft.com/devcontainers/anaconda:1.3.13-3` See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/anaconda/tags/list). diff --git a/src/anaconda/manifest.json b/src/anaconda/manifest.json index 34a50c8703..d90e9774cd 100644 --- a/src/anaconda/manifest.json +++ b/src/anaconda/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.3.12", + "version": "1.3.13", "build": { "latest": true, "rootDistro": "debian", diff --git a/src/base-alpine/.devcontainer/devcontainer-lock.json b/src/base-alpine/.devcontainer/devcontainer-lock.json index 2b44aecdb4..a7adb7ba27 100644 --- a/src/base-alpine/.devcontainer/devcontainer-lock.json +++ b/src/base-alpine/.devcontainer/devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { "ghcr.io/devcontainers/features/common-utils:2": { - "version": "2.5.6", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45", - "integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45" + "version": "2.5.7", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4", + "integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4" }, "ghcr.io/devcontainers/features/git:1": { "version": "1.3.5", @@ -11,4 +11,4 @@ "integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251" } } -} +} \ No newline at end of file diff --git a/src/base-alpine/README.md b/src/base-alpine/README.md index fdab7f3aa6..b6bfc74baa 100644 --- a/src/base-alpine/README.md +++ b/src/base-alpine/README.md @@ -35,7 +35,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/base:3-alpine` - `mcr.microsoft.com/devcontainers/base:3.0-alpine` -- `mcr.microsoft.com/devcontainers/base:3.0.2-alpine` +- `mcr.microsoft.com/devcontainers/base:3.0.3-alpine` See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/base/tags/list). diff --git a/src/base-alpine/manifest.json b/src/base-alpine/manifest.json index be69b3860f..983c53cd64 100644 --- a/src/base-alpine/manifest.json +++ b/src/base-alpine/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.2", + "version": "3.0.3", "variants": [ "latest", "3.23", diff --git a/src/base-debian/.devcontainer/devcontainer-lock.json b/src/base-debian/.devcontainer/devcontainer-lock.json index fa2dfa1508..a7adb7ba27 100644 --- a/src/base-debian/.devcontainer/devcontainer-lock.json +++ b/src/base-debian/.devcontainer/devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { "ghcr.io/devcontainers/features/common-utils:2": { - "version": "2.5.6", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45", - "integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45" + "version": "2.5.7", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4", + "integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4" }, "ghcr.io/devcontainers/features/git:1": { "version": "1.3.5", diff --git a/src/base-debian/README.md b/src/base-debian/README.md index 8f84cd4421..035b99ea98 100644 --- a/src/base-debian/README.md +++ b/src/base-debian/README.md @@ -32,7 +32,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/base:2-trixie` - `mcr.microsoft.com/devcontainers/base:2.1-trixie` -- `mcr.microsoft.com/devcontainers/base:2.1.6-trixie` +- `mcr.microsoft.com/devcontainers/base:2.1.7-trixie` See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/base/tags/list). diff --git a/src/base-debian/manifest.json b/src/base-debian/manifest.json index 6268db9a43..1d14cf2866 100644 --- a/src/base-debian/manifest.json +++ b/src/base-debian/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.1.6", + "version": "2.1.7", "variants": [ "trixie", "bookworm", diff --git a/src/base-ubuntu/.devcontainer/devcontainer-lock.json b/src/base-ubuntu/.devcontainer/devcontainer-lock.json index fa2dfa1508..a7adb7ba27 100644 --- a/src/base-ubuntu/.devcontainer/devcontainer-lock.json +++ b/src/base-ubuntu/.devcontainer/devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { "ghcr.io/devcontainers/features/common-utils:2": { - "version": "2.5.6", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45", - "integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45" + "version": "2.5.7", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4", + "integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4" }, "ghcr.io/devcontainers/features/git:1": { "version": "1.3.5", diff --git a/src/base-ubuntu/README.md b/src/base-ubuntu/README.md index cfc15d59a1..dd44201207 100644 --- a/src/base-ubuntu/README.md +++ b/src/base-ubuntu/README.md @@ -31,7 +31,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/base:2-jammy` - `mcr.microsoft.com/devcontainers/base:2.1-jammy` -- `mcr.microsoft.com/devcontainers/base:2.1.6-jammy` +- `mcr.microsoft.com/devcontainers/base:2.1.7-jammy` See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/base/tags/list). diff --git a/src/base-ubuntu/manifest.json b/src/base-ubuntu/manifest.json index c2638d636d..79e5e59eb9 100644 --- a/src/base-ubuntu/manifest.json +++ b/src/base-ubuntu/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.1.6", + "version": "2.1.7", "variants": [ "noble", "jammy" diff --git a/src/cpp/README.md b/src/cpp/README.md index 790e3d4608..29417def9e 100644 --- a/src/cpp/README.md +++ b/src/cpp/README.md @@ -34,10 +34,10 @@ Refer to [this guide](https://containers.dev/guide/dockerfile) for more details. You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example: - `mcr.microsoft.com/devcontainers/cpp:2-trixie` - `mcr.microsoft.com/devcontainers/cpp:2.1-trixie` -- `mcr.microsoft.com/devcontainers/cpp:2.1.5-trixie` +- `mcr.microsoft.com/devcontainers/cpp:2.1.6-trixie` - `mcr.microsoft.com/devcontainers/cpp:2-bookworm` - `mcr.microsoft.com/devcontainers/cpp:2.1-bookworm` -- `mcr.microsoft.com/devcontainers/cpp:2.1.5-bookworm` +- `mcr.microsoft.com/devcontainers/cpp:2.1.6-bookworm` However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `0-debian-12`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. diff --git a/src/cpp/manifest.json b/src/cpp/manifest.json index 352ffe17f0..3c0682c747 100644 --- a/src/cpp/manifest.json +++ b/src/cpp/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.1.5", + "version": "2.1.6", "variants": [ "trixie", "bookworm", diff --git a/src/dotnet/.devcontainer/devcontainer-lock.json b/src/dotnet/.devcontainer/devcontainer-lock.json index d47fe5fd10..952964e463 100644 --- a/src/dotnet/.devcontainer/devcontainer-lock.json +++ b/src/dotnet/.devcontainer/devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { "ghcr.io/devcontainers/features/common-utils:2": { - "version": "2.5.6", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45", - "integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45" + "version": "2.5.7", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4", + "integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4" }, "ghcr.io/devcontainers/features/git:1": { "version": "1.3.5", diff --git a/src/dotnet/README.md b/src/dotnet/README.md index 4d5bcad25d..ee639e51ed 100644 --- a/src/dotnet/README.md +++ b/src/dotnet/README.md @@ -33,10 +33,10 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/dotnet:2-10.0-noble` - `mcr.microsoft.com/devcontainers/dotnet:2.0-10.0-noble` -- `mcr.microsoft.com/devcontainers/dotnet:2.0.5-10.0-noble` +- `mcr.microsoft.com/devcontainers/dotnet:2.0.6-10.0-noble` - `mcr.microsoft.com/devcontainers/dotnet:2-9.0` - `mcr.microsoft.com/devcontainers/dotnet:2.0-9.0` -- `mcr.microsoft.com/devcontainers/dotnet:2.0.5-9.0` +- `mcr.microsoft.com/devcontainers/dotnet:2.0.6-9.0` See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/dotnet/tags/list). diff --git a/src/dotnet/manifest.json b/src/dotnet/manifest.json index 04549cbf4e..c78dfcc9eb 100644 --- a/src/dotnet/manifest.json +++ b/src/dotnet/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.0.5", + "version": "2.0.6", "variants": [ "10.0-noble", "9.0-bookworm-slim", diff --git a/src/go/.devcontainer/devcontainer-lock.json b/src/go/.devcontainer/devcontainer-lock.json index 1dd51d1d14..a8dbc83bb4 100644 --- a/src/go/.devcontainer/devcontainer-lock.json +++ b/src/go/.devcontainer/devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { "ghcr.io/devcontainers/features/common-utils:2": { - "version": "2.5.6", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45", - "integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45" + "version": "2.5.7", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4", + "integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4" }, "ghcr.io/devcontainers/features/git:1": { "version": "1.3.5", @@ -11,9 +11,9 @@ "integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251" }, "ghcr.io/devcontainers/features/go:1": { - "version": "1.3.2", - "resolved": "ghcr.io/devcontainers/features/go@sha256:c93a15310238e947d7f336463c1b9cc989ebc165c5ab6dccc03d75530eaced82", - "integrity": "sha256:c93a15310238e947d7f336463c1b9cc989ebc165c5ab6dccc03d75530eaced82" + "version": "1.3.3", + "resolved": "ghcr.io/devcontainers/features/go@sha256:f5ef402a387201cf1ace38ea16c176612d61107c0fcd58da1bb84493cd93f6a1", + "integrity": "sha256:f5ef402a387201cf1ace38ea16c176612d61107c0fcd58da1bb84493cd93f6a1" }, "ghcr.io/devcontainers/features/node:1": { "version": "1.7.1", diff --git a/src/go/README.md b/src/go/README.md index e2de09a2d1..bece679e56 100644 --- a/src/go/README.md +++ b/src/go/README.md @@ -31,7 +31,7 @@ Refer to [this guide](https://containers.dev/guide/dockerfile) for more details. You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example: -- `mcr.microsoft.com/devcontainers/go:2-1.26` (or `2-1.26-trixie`, `2-1.26-bookworm`) +- `mcr.microsoft.com/devcontainers/go:2.1.1` (or `2.1.1-trixie`, `2.1.1-bookworm`) - `mcr.microsoft.com/devcontainers/go:2.0-1.26` (or `2.0-1.26-trixie`, `2.0-1.26-bookworm`) - `mcr.microsoft.com/devcontainers/go:2.0.8-1.26` (or `2.0.8-1.26-trixie`, `2.0.8-1.26-bookworm`) diff --git a/src/go/manifest.json b/src/go/manifest.json index a8c3672786..afe3933ebe 100644 --- a/src/go/manifest.json +++ b/src/go/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.1.0", + "version": "2.1.1", "variants": [ "1.26-trixie", "1.25-trixie", diff --git a/src/java-8/.devcontainer/devcontainer-lock.json b/src/java-8/.devcontainer/devcontainer-lock.json index b59280184a..b464bf6048 100644 --- a/src/java-8/.devcontainer/devcontainer-lock.json +++ b/src/java-8/.devcontainer/devcontainer-lock.json @@ -6,9 +6,9 @@ "integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251" }, "ghcr.io/devcontainers/features/java:1": { - "version": "1.6.3", - "resolved": "ghcr.io/devcontainers/features/java@sha256:df67d6ff6e9cdd858207ae9e92a99ddb88384b789f79eecd6f873216e951d286", - "integrity": "sha256:df67d6ff6e9cdd858207ae9e92a99ddb88384b789f79eecd6f873216e951d286" + "version": "1.7.2", + "resolved": "ghcr.io/devcontainers/features/java@sha256:e75d274ac969b29a59ba6f34c2d098f6a52144d0ec027ef326b724ea4b8b7b4e", + "integrity": "sha256:e75d274ac969b29a59ba6f34c2d098f6a52144d0ec027ef326b724ea4b8b7b4e" }, "ghcr.io/devcontainers/features/node:1": { "version": "1.7.1", diff --git a/src/java-8/README.md b/src/java-8/README.md index d675dccad4..3b7371953b 100644 --- a/src/java-8/README.md +++ b/src/java-8/README.md @@ -31,7 +31,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/java:3-8` (or `3-8-trixie`, `3-8-bookworm` to pin to an OS version) - `mcr.microsoft.com/devcontainers/java:3.0-8` (or `3.0-8-trixie`, `3.0-8-bookworm` to pin to an OS version) -- `mcr.microsoft.com/devcontainers/java:3.0.6-8` (or `3.0.6-8-trixie`, `3.0.6-8-bookworm` to pin to an OS version) +- `mcr.microsoft.com/devcontainers/java:3.0.7-8` (or `3.0.7-8-trixie`, `3.0.7-8-bookworm` to pin to an OS version) However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `3-8`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. diff --git a/src/java-8/manifest.json b/src/java-8/manifest.json index 5e00d65c6b..7f47928ef1 100644 --- a/src/java-8/manifest.json +++ b/src/java-8/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.6", + "version": "3.0.7", "variants": [ "trixie", "bookworm" diff --git a/src/java/.devcontainer/devcontainer-lock.json b/src/java/.devcontainer/devcontainer-lock.json index b59280184a..b464bf6048 100644 --- a/src/java/.devcontainer/devcontainer-lock.json +++ b/src/java/.devcontainer/devcontainer-lock.json @@ -6,9 +6,9 @@ "integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251" }, "ghcr.io/devcontainers/features/java:1": { - "version": "1.6.3", - "resolved": "ghcr.io/devcontainers/features/java@sha256:df67d6ff6e9cdd858207ae9e92a99ddb88384b789f79eecd6f873216e951d286", - "integrity": "sha256:df67d6ff6e9cdd858207ae9e92a99ddb88384b789f79eecd6f873216e951d286" + "version": "1.7.2", + "resolved": "ghcr.io/devcontainers/features/java@sha256:e75d274ac969b29a59ba6f34c2d098f6a52144d0ec027ef326b724ea4b8b7b4e", + "integrity": "sha256:e75d274ac969b29a59ba6f34c2d098f6a52144d0ec027ef326b724ea4b8b7b4e" }, "ghcr.io/devcontainers/features/node:1": { "version": "1.7.1", diff --git a/src/java/README.md b/src/java/README.md index 52f637720f..62f5eaff67 100644 --- a/src/java/README.md +++ b/src/java/README.md @@ -33,7 +33,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/java:3-11` (or `3-11-trixie`, `3-11-bookworm` to pin to an OS version) - `mcr.microsoft.com/devcontainers/java:3.0-11` (or `3.0-11-trixie`, `3.0-11-bookworm` to pin to an OS version) -- `mcr.microsoft.com/devcontainers/java:3.0.5-11` (or `3.0.5-11-trixie`, `3.0.5-11-bookworm` to pin to an OS version) +- `mcr.microsoft.com/devcontainers/java:3.0.6-11` (or `3.0.6-11-trixie`, `3.0.6-11-bookworm` to pin to an OS version) However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `3-11`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. diff --git a/src/java/manifest.json b/src/java/manifest.json index 299a1424b5..7d490943ac 100644 --- a/src/java/manifest.json +++ b/src/java/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.5", + "version": "3.0.6", "variants": [ "25-trixie", "21-trixie", diff --git a/src/javascript-node/.devcontainer/devcontainer-lock.json b/src/javascript-node/.devcontainer/devcontainer-lock.json index d47fe5fd10..952964e463 100644 --- a/src/javascript-node/.devcontainer/devcontainer-lock.json +++ b/src/javascript-node/.devcontainer/devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { "ghcr.io/devcontainers/features/common-utils:2": { - "version": "2.5.6", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45", - "integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45" + "version": "2.5.7", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4", + "integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4" }, "ghcr.io/devcontainers/features/git:1": { "version": "1.3.5", diff --git a/src/javascript-node/README.md b/src/javascript-node/README.md index be49d49006..6a01df4440 100644 --- a/src/javascript-node/README.md +++ b/src/javascript-node/README.md @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/javascript-node:4-24` (or `4-24-trixie`, `4-24-bookworm`, `4-24-bullseye`) - `mcr.microsoft.com/devcontainers/javascript-node:4.0-24` (or `4.0-24-trixie`, `4.0-24-bookworm`, `3.0-24-bullseye`) -- `mcr.microsoft.com/devcontainers/javascript-node:4.0.8-24` (or `4.0.8-24-trixie`, `4.0.8-24-bookworm`, `4.0.8-24-bullseye`) +- `mcr.microsoft.com/devcontainers/javascript-node:4.0.9-24` (or `4.0.9-24-trixie`, `4.0.9-24-bookworm`, `4.0.9-24-bullseye`) However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `4-24`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. diff --git a/src/javascript-node/manifest.json b/src/javascript-node/manifest.json index ddf614719a..e6f841decd 100644 --- a/src/javascript-node/manifest.json +++ b/src/javascript-node/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.0.8", + "version": "4.0.9", "variants": [ "24-trixie", "22-trixie", diff --git a/src/jekyll/README.md b/src/jekyll/README.md index d7d52bd2f7..2a691e3059 100644 --- a/src/jekyll/README.md +++ b/src/jekyll/README.md @@ -37,7 +37,7 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example: - `mcr.microsoft.com/devcontainers/jekyll:2` (or `2-bookworm`, `2-bullseye` to pin to an OS version) - `mcr.microsoft.com/devcontainers/jekyll:2.2` (or `2.2-bookworm`, `2.2-bullseye` to pin to an OS version) -- `mcr.microsoft.com/devcontainers/jekyll:2.2.6` (or `2.2.6-bookworm`, `2.2.6-bullseye` to pin to an OS version) +- `mcr.microsoft.com/devcontainers/jekyll:2.2.7` (or `2.2.7-bookworm`, `2.2.7-bullseye` to pin to an OS version) However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `2-bullseye`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. diff --git a/src/jekyll/manifest.json b/src/jekyll/manifest.json index fc5c78e616..1f97e01bf5 100644 --- a/src/jekyll/manifest.json +++ b/src/jekyll/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.2.6", + "version": "2.2.7", "variants": [ "3.4-bookworm", "3.3-bookworm", diff --git a/src/miniconda/README.md b/src/miniconda/README.md index 5734536ae0..fd2f819b48 100644 --- a/src/miniconda/README.md +++ b/src/miniconda/README.md @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/miniconda:1-3` - `mcr.microsoft.com/devcontainers/miniconda:1.2-3` -- `mcr.microsoft.com/devcontainers/miniconda:1.2.2-3` +- `mcr.microsoft.com/devcontainers/miniconda:1.2.3-3` See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/miniconda/tags/list). diff --git a/src/miniconda/manifest.json b/src/miniconda/manifest.json index 48191ed1c9..52ec252d7f 100644 --- a/src/miniconda/manifest.json +++ b/src/miniconda/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "build": { "latest": true, "rootDistro": "debian", diff --git a/src/php/.devcontainer/devcontainer-lock.json b/src/php/.devcontainer/devcontainer-lock.json index d47fe5fd10..952964e463 100644 --- a/src/php/.devcontainer/devcontainer-lock.json +++ b/src/php/.devcontainer/devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { "ghcr.io/devcontainers/features/common-utils:2": { - "version": "2.5.6", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45", - "integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45" + "version": "2.5.7", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4", + "integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4" }, "ghcr.io/devcontainers/features/git:1": { "version": "1.3.5", diff --git a/src/php/README.md b/src/php/README.md index dfb1aee131..e5a1a3d5a5 100644 --- a/src/php/README.md +++ b/src/php/README.md @@ -34,7 +34,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/php:3-8` (or `3-8-trixie`, `3-8-bookworm` ) - `mcr.microsoft.com/devcontainers/php:2.0-8` (or `3.0-8-trixie`, `3.0-8-bookworm` ) -- `mcr.microsoft.com/devcontainers/php:3.0.3-8` (or `3.0.3-8-trixie`, `3.0.3-8-bookworm` ) +- `mcr.microsoft.com/devcontainers/php:3.0.4-8` (or `3.0.4-8-trixie`, `3.0.4-8-bookworm` ) However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `3-8`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. diff --git a/src/php/manifest.json b/src/php/manifest.json index 5e939fca2e..3bb0e832c5 100644 --- a/src/php/manifest.json +++ b/src/php/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.3", + "version": "3.0.4", "variants": [ "8.5-apache-trixie", diff --git a/src/python/.devcontainer/devcontainer-lock.json b/src/python/.devcontainer/devcontainer-lock.json index b9530babfb..0ad990503e 100644 --- a/src/python/.devcontainer/devcontainer-lock.json +++ b/src/python/.devcontainer/devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { "ghcr.io/devcontainers/features/common-utils:2": { - "version": "2.5.6", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45", - "integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45" + "version": "2.5.7", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4", + "integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4" }, "ghcr.io/devcontainers/features/git:1": { "version": "1.3.5", diff --git a/src/python/README.md b/src/python/README.md index da9423a226..cdb7f59de9 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -36,7 +36,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/python:3-3.13` (or `3-3.14-trixie`) - `mcr.microsoft.com/devcontainers/python:3.0-3.13` (or `3.0-3.13-trixie`) -- `mcr.microsoft.com/devcontainers/python:3.0.5-3.13` (or `3.0.5-3.13-trixie`) +- `mcr.microsoft.com/devcontainers/python:3.0.6-3.13` (or `3.0.6-3.13-trixie`) However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `2-3`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. diff --git a/src/python/manifest.json b/src/python/manifest.json index cdf8c9d129..4b4a820710 100644 --- a/src/python/manifest.json +++ b/src/python/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.5", + "version": "3.0.6", "variants": [ "3.14-trixie", "3.13-trixie", diff --git a/src/ruby/.devcontainer/devcontainer-lock.json b/src/ruby/.devcontainer/devcontainer-lock.json index 719267cf4e..411ddfe93a 100644 --- a/src/ruby/.devcontainer/devcontainer-lock.json +++ b/src/ruby/.devcontainer/devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { "ghcr.io/devcontainers/features/common-utils:2": { - "version": "2.5.6", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45", - "integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45" + "version": "2.5.7", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4", + "integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4" }, "ghcr.io/devcontainers/features/git:1": { "version": "1.3.5", diff --git a/src/ruby/README.md b/src/ruby/README.md index 6627c8ce35..641b09b88f 100644 --- a/src/ruby/README.md +++ b/src/ruby/README.md @@ -33,7 +33,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/ruby:3-4` (or `3-4-trixie`, `3-4-bookworm`, `3-4-bullseye` to pin to an OS version) - `mcr.microsoft.com/devcontainers/ruby:3.0-4` (or `3.0-4-trixie`, `3.0-4-bookworm`, `3.0-4-bullseye` to pin to an OS version) -- `mcr.microsoft.com/devcontainers/ruby:3.0.2-4` (or `3.0.2-4-trixie`, `3.0.2-4-bookworm`, `3.0.2-4-bullseye` to pin to an OS version) +- `mcr.microsoft.com/devcontainers/ruby:3.0.3-4` (or `3.0.3-4-trixie`, `3.0.3-4-bookworm`, `3.0.3-4-bullseye` to pin to an OS version) However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `2-4.0`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. diff --git a/src/ruby/manifest.json b/src/ruby/manifest.json index 954c42f04f..02c2d90041 100644 --- a/src/ruby/manifest.json +++ b/src/ruby/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.2", + "version": "3.0.3", "variants": [ "4.0-trixie", "3.4-trixie", diff --git a/src/rust/.devcontainer/devcontainer-lock.json b/src/rust/.devcontainer/devcontainer-lock.json index e639bf47e7..57f73d5046 100644 --- a/src/rust/.devcontainer/devcontainer-lock.json +++ b/src/rust/.devcontainer/devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { "ghcr.io/devcontainers/features/common-utils:2": { - "version": "2.5.6", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45", - "integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45" + "version": "2.5.7", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4", + "integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4" }, "ghcr.io/devcontainers/features/git:1": { "version": "1.3.5", diff --git a/src/rust/README.md b/src/rust/README.md index 1d7efcceda..14590a9d9b 100644 --- a/src/rust/README.md +++ b/src/rust/README.md @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/rust:2-1` (or `2-1-trixie`, `2-1-bookworm`, `2-1-bullseye` to pin to an OS version) - `mcr.microsoft.com/devcontainers/rust:2.0-1` (or `2.0-1-trixie`, `2.0-1-bookworm`, `2.0-1-bullseye` to pin to an OS version) -- `mcr.microsoft.com/devcontainers/rust:2.0.8-1` (or `2.0.8-1-trixie`, `2.0.8-1-bookworm`, `2.0.8-1-bullseye` to pin to an OS version) +- `mcr.microsoft.com/devcontainers/rust:2.0.9-1` (or `2.0.9-1-trixie`, `2.0.9-1-bookworm`, `2.0.9-1-bullseye` to pin to an OS version) However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `2-1`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. diff --git a/src/rust/manifest.json b/src/rust/manifest.json index c8c39350ca..f018b17e51 100644 --- a/src/rust/manifest.json +++ b/src/rust/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.0.8", + "version": "2.0.9", "variants": [ "trixie", "bookworm", diff --git a/src/typescript-node/README.md b/src/typescript-node/README.md index 0f09594e33..1e93cc8029 100644 --- a/src/typescript-node/README.md +++ b/src/typescript-node/README.md @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/typescript-node:4-24` (or `4-24-trixie`, `4-24-bookworm`, `4-24-bullseye`) - `mcr.microsoft.com/devcontainers/typescript-node:4.0-24` (or `4.0-24-trixie`, `4.0-24-bookworm`, `4.0-24-bullseye`) -- `mcr.microsoft.com/devcontainers/typescript-node:4.0.6-24` (or `4.0.6-24-trixie`, `4.0.6-24-bookworm`, `4.0.6-24-bullseye`) +- `mcr.microsoft.com/devcontainers/typescript-node:4.0.7-24` (or `4.0.7-24-trixie`, `4.0.7-24-bookworm`, `4.0.7-24-bullseye`) However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `3-24`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. diff --git a/src/typescript-node/manifest.json b/src/typescript-node/manifest.json index 1ef252171b..7626f8bc0a 100644 --- a/src/typescript-node/manifest.json +++ b/src/typescript-node/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.0.6", + "version": "4.0.7", "variants": [ "24-trixie", "22-trixie", diff --git a/src/universal/.devcontainer/devcontainer-lock.json b/src/universal/.devcontainer/devcontainer-lock.json index 2d0f6cdef0..455d8bf38f 100644 --- a/src/universal/.devcontainer/devcontainer-lock.json +++ b/src/universal/.devcontainer/devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { "ghcr.io/devcontainers/features/common-utils:2": { - "version": "2.5.6", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45", - "integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45" + "version": "2.5.7", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4", + "integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4" }, "ghcr.io/devcontainers/features/conda:1": { "version": "1.2.5", @@ -16,9 +16,9 @@ "integrity": "sha256:905c3bd16f12b57e4e68319838799f51d5540982a8911a68f1605f3562838c8b" }, "ghcr.io/devcontainers/features/docker-in-docker:2": { - "version": "2.14.0", - "resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:445e84b0c213225bfdae977a72b4125f65e38eadcd49616dae04f1af24aa122d", - "integrity": "sha256:445e84b0c213225bfdae977a72b4125f65e38eadcd49616dae04f1af24aa122d" + "version": "2.16.1", + "resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:ce078b7bf7d9ef3bcb9813b32103795d8d72172446890b64772cbe1dec6baafd", + "integrity": "sha256:ce078b7bf7d9ef3bcb9813b32103795d8d72172446890b64772cbe1dec6baafd" }, "ghcr.io/devcontainers/features/dotnet:2": { "version": "2.4.2", @@ -41,9 +41,9 @@ "integrity": "sha256:d22f50b70ed75339b4eed1ba9ecde3a1791f90e88d37936517e3bace0bbad671" }, "ghcr.io/devcontainers/features/go:1": { - "version": "1.3.2", - "resolved": "ghcr.io/devcontainers/features/go@sha256:c93a15310238e947d7f336463c1b9cc989ebc165c5ab6dccc03d75530eaced82", - "integrity": "sha256:c93a15310238e947d7f336463c1b9cc989ebc165c5ab6dccc03d75530eaced82" + "version": "1.3.3", + "resolved": "ghcr.io/devcontainers/features/go@sha256:f5ef402a387201cf1ace38ea16c176612d61107c0fcd58da1bb84493cd93f6a1", + "integrity": "sha256:f5ef402a387201cf1ace38ea16c176612d61107c0fcd58da1bb84493cd93f6a1" }, "ghcr.io/devcontainers/features/hugo:1": { "version": "1.1.3", @@ -51,14 +51,14 @@ "integrity": "sha256:15465c956810aa164c9644b6df5ca36f6cac3e7a86b7dcc474a1fb830b21c509" }, "ghcr.io/devcontainers/features/java:1": { - "version": "1.6.3", - "resolved": "ghcr.io/devcontainers/features/java@sha256:df67d6ff6e9cdd858207ae9e92a99ddb88384b789f79eecd6f873216e951d286", - "integrity": "sha256:df67d6ff6e9cdd858207ae9e92a99ddb88384b789f79eecd6f873216e951d286" + "version": "1.7.2", + "resolved": "ghcr.io/devcontainers/features/java@sha256:e75d274ac969b29a59ba6f34c2d098f6a52144d0ec027ef326b724ea4b8b7b4e", + "integrity": "sha256:e75d274ac969b29a59ba6f34c2d098f6a52144d0ec027ef326b724ea4b8b7b4e" }, "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": { - "version": "1.2.2", - "resolved": "ghcr.io/devcontainers/features/kubectl-helm-minikube@sha256:2127a072a351ef5e9ccf5f98284163f14b8ddbf505663a30b0f7ec99fbd0d7a8", - "integrity": "sha256:2127a072a351ef5e9ccf5f98284163f14b8ddbf505663a30b0f7ec99fbd0d7a8" + "version": "1.3.1", + "resolved": "ghcr.io/devcontainers/features/kubectl-helm-minikube@sha256:bbe8adf6b37fff8c67412ab0a4579f4c2f30bbaba1d9a5cebd9e38bade54025b", + "integrity": "sha256:bbe8adf6b37fff8c67412ab0a4579f4c2f30bbaba1d9a5cebd9e38bade54025b" }, "ghcr.io/devcontainers/features/node:1": { "version": "1.7.1", diff --git a/src/universal/README.md b/src/universal/README.md index 060567c328..27e7aa74af 100644 --- a/src/universal/README.md +++ b/src/universal/README.md @@ -29,7 +29,7 @@ For example: - `mcr.microsoft.com/devcontainers/universal:5-noble` - `mcr.microsoft.com/devcontainers/universal:5.1-noble` -- `mcr.microsoft.com/devcontainers/universal:5.1.4-noble` +- `mcr.microsoft.com/devcontainers/universal:5.1.5-noble` See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/universal/tags/list). diff --git a/src/universal/manifest.json b/src/universal/manifest.json index 386ff95ae5..bb2cd97d1a 100644 --- a/src/universal/manifest.json +++ b/src/universal/manifest.json @@ -1,5 +1,5 @@ { - "version": "5.1.4", + "version": "5.1.5", "build": { "latest": true, "rootDistro": "debian", From e9c8100aba98888091a16337ebee86f5c1238889 Mon Sep 17 00:00:00 2001 From: Abdurrahmaan Iqbal Date: Tue, 10 Mar 2026 14:43:26 +0000 Subject: [PATCH 2/5] Fix version reference in PHP README --- src/php/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/php/README.md b/src/php/README.md index e5a1a3d5a5..ec35575aa8 100644 --- a/src/php/README.md +++ b/src/php/README.md @@ -33,7 +33,7 @@ Refer to [this guide](https://containers.dev/guide/dockerfile) for more details. You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example: - `mcr.microsoft.com/devcontainers/php:3-8` (or `3-8-trixie`, `3-8-bookworm` ) -- `mcr.microsoft.com/devcontainers/php:2.0-8` (or `3.0-8-trixie`, `3.0-8-bookworm` ) +- `mcr.microsoft.com/devcontainers/php:3.0-8` (or `3.0-8-trixie`, `3.0-8-bookworm` ) - `mcr.microsoft.com/devcontainers/php:3.0.4-8` (or `3.0.4-8-trixie`, `3.0.4-8-bookworm` ) However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `3-8`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. From 62577276e6c7dfbd41a2eecdebbe26234e48e681 Mon Sep 17 00:00:00 2001 From: Abdurrahmaan Iqbal Date: Tue, 10 Mar 2026 14:44:32 +0000 Subject: [PATCH 3/5] Fix version reference in README for javascript-node --- src/javascript-node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/javascript-node/README.md b/src/javascript-node/README.md index 6a01df4440..76cd95d653 100644 --- a/src/javascript-node/README.md +++ b/src/javascript-node/README.md @@ -29,7 +29,7 @@ Refer to [this guide](https://containers.dev/guide/dockerfile) for more details. You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example: - `mcr.microsoft.com/devcontainers/javascript-node:4-24` (or `4-24-trixie`, `4-24-bookworm`, `4-24-bullseye`) -- `mcr.microsoft.com/devcontainers/javascript-node:4.0-24` (or `4.0-24-trixie`, `4.0-24-bookworm`, `3.0-24-bullseye`) +- `mcr.microsoft.com/devcontainers/javascript-node:4.0-24` (or `4.0-24-trixie`, `4.0-24-bookworm`, `4.0-24-bullseye`) - `mcr.microsoft.com/devcontainers/javascript-node:4.0.9-24` (or `4.0.9-24-trixie`, `4.0.9-24-bookworm`, `4.0.9-24-bullseye`) However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `4-24`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. From 9e1041b1f404c71cf12a731768ef6e4cef34c06d Mon Sep 17 00:00:00 2001 From: Abdurrahmaan Iqbal Date: Tue, 10 Mar 2026 16:55:38 +0000 Subject: [PATCH 4/5] Update README with new Go image tags Added additional Go image tags for versioning. --- src/go/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/go/README.md b/src/go/README.md index bece679e56..ca36d28c81 100644 --- a/src/go/README.md +++ b/src/go/README.md @@ -31,9 +31,9 @@ Refer to [this guide](https://containers.dev/guide/dockerfile) for more details. You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example: -- `mcr.microsoft.com/devcontainers/go:2.1.1` (or `2.1.1-trixie`, `2.1.1-bookworm`) -- `mcr.microsoft.com/devcontainers/go:2.0-1.26` (or `2.0-1.26-trixie`, `2.0-1.26-bookworm`) -- `mcr.microsoft.com/devcontainers/go:2.0.8-1.26` (or `2.0.8-1.26-trixie`, `2.0.8-1.26-bookworm`) +- `mcr.microsoft.com/devcontainers/go:2-1.26` (or `2-1.26-trixie`, `2-1.26-bookworm`) +- `mcr.microsoft.com/devcontainers/go:2.1-1.26` (or `2.1-1.26-trixie`, `2.1-1.26-bookworm`) +- `mcr.microsoft.com/devcontainers/go:2.1.0-1.26` (or `2.1.0-1.26-trixie`, `2.1.0-1.26-bookworm`) However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `2-1.26`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. From bb6f3e3464e6921d215f5db54da3d95d45f65f2a Mon Sep 17 00:00:00 2001 From: Abdurrahmaan Iqbal Date: Tue, 10 Mar 2026 16:56:22 +0000 Subject: [PATCH 5/5] Update Go image version in README --- src/go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/go/README.md b/src/go/README.md index ca36d28c81..f21ad3aa0c 100644 --- a/src/go/README.md +++ b/src/go/README.md @@ -33,7 +33,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/go:2-1.26` (or `2-1.26-trixie`, `2-1.26-bookworm`) - `mcr.microsoft.com/devcontainers/go:2.1-1.26` (or `2.1-1.26-trixie`, `2.1-1.26-bookworm`) -- `mcr.microsoft.com/devcontainers/go:2.1.0-1.26` (or `2.1.0-1.26-trixie`, `2.1.0-1.26-bookworm`) +- `mcr.microsoft.com/devcontainers/go:2.1.1-1.26` (or `2.1.1-1.26-trixie`, `2.1.1-1.26-bookworm`) However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `2-1.26`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.