Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/anaconda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13-3`
- `mcr.microsoft.com/devcontainers/anaconda:1.3.14-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).

Expand Down
2 changes: 1 addition & 1 deletion src/anaconda/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.13",
"version": "1.3.14",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down
2 changes: 1 addition & 1 deletion src/base-alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3-alpine`
- `mcr.microsoft.com/devcontainers/base:3.0.4-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).

Expand Down
2 changes: 1 addition & 1 deletion src/base-alpine/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.3",
"version": "3.0.4",
"variants": [
"latest",
"3.23",
Expand Down
2 changes: 1 addition & 1 deletion src/base-debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7-trixie`
- `mcr.microsoft.com/devcontainers/base:2.1.8-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).

Expand Down
2 changes: 1 addition & 1 deletion src/base-debian/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.7",
"version": "2.1.8",
"variants": [
"trixie",
"bookworm",
Expand Down
2 changes: 1 addition & 1 deletion src/base-ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7-jammy`
- `mcr.microsoft.com/devcontainers/base:2.1.8-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).

Expand Down
2 changes: 1 addition & 1 deletion src/base-ubuntu/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.7",
"version": "2.1.8",
"variants": [
"noble",
"jammy"
Expand Down
4 changes: 2 additions & 2 deletions src/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6-trixie`
- `mcr.microsoft.com/devcontainers/cpp:2.1.7-trixie`
- `mcr.microsoft.com/devcontainers/cpp:2-bookworm`
- `mcr.microsoft.com/devcontainers/cpp:2.1-bookworm`
- `mcr.microsoft.com/devcontainers/cpp:2.1.6-bookworm`
- `mcr.microsoft.com/devcontainers/cpp:2.1.7-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.

Expand Down
2 changes: 1 addition & 1 deletion src/cpp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.6",
"version": "2.1.7",
"variants": [
"trixie",
"bookworm",
Expand Down
4 changes: 2 additions & 2 deletions src/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6-10.0-noble`
- `mcr.microsoft.com/devcontainers/dotnet:2.0.7-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.6-9.0`
- `mcr.microsoft.com/devcontainers/dotnet:2.0.7-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).

Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.6",
"version": "2.0.7",
"variants": [
"10.0-noble",
"9.0-bookworm-slim",
Expand Down
4 changes: 2 additions & 2 deletions src/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.26` (or `2-1.26-trixie`, `2-1.26-bookworm`)
- `mcr.microsoft.com/devcontainers/go:2.1.2` (or `2.1.2-trixie`, `2.1.2-bookworm`)
Comment thread
abdurriq marked this conversation as resolved.
Outdated
- `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.1-1.26` (or `2.1.1-1.26-trixie`, `2.1.1-1.26-bookworm`)
- `mcr.microsoft.com/devcontainers/go:2.1.2-1.26` (or `2.1.2-1.26-trixie`, `2.1.2-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.

Expand Down
2 changes: 1 addition & 1 deletion src/go/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.1",
"version": "2.1.2",
"variants": [
"1.26-trixie",
"1.25-trixie",
Expand Down
6 changes: 3 additions & 3 deletions src/java-8/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251"
},
"ghcr.io/devcontainers/features/java:1": {
"version": "1.7.2",
"resolved": "ghcr.io/devcontainers/features/java@sha256:e75d274ac969b29a59ba6f34c2d098f6a52144d0ec027ef326b724ea4b8b7b4e",
"integrity": "sha256:e75d274ac969b29a59ba6f34c2d098f6a52144d0ec027ef326b724ea4b8b7b4e"
"version": "1.8.0",
"resolved": "ghcr.io/devcontainers/features/java@sha256:9663ce0219ff85786e87901ce5f0a59f488edd5f99b46015192cda48468b233a",
"integrity": "sha256:9663ce0219ff85786e87901ce5f0a59f488edd5f99b46015192cda48468b233a"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "1.7.1",
Expand Down
2 changes: 1 addition & 1 deletion src/java-8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7-8` (or `3.0.7-8-trixie`, `3.0.7-8-bookworm` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/java:3.0.8-8` (or `3.0.8-8-trixie`, `3.0.8-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.

Expand Down
2 changes: 1 addition & 1 deletion src/java-8/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.7",
"version": "3.0.8",
"variants": [
"trixie",
"bookworm"
Expand Down
6 changes: 3 additions & 3 deletions src/java/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251"
},
"ghcr.io/devcontainers/features/java:1": {
"version": "1.7.2",
"resolved": "ghcr.io/devcontainers/features/java@sha256:e75d274ac969b29a59ba6f34c2d098f6a52144d0ec027ef326b724ea4b8b7b4e",
"integrity": "sha256:e75d274ac969b29a59ba6f34c2d098f6a52144d0ec027ef326b724ea4b8b7b4e"
"version": "1.8.0",
"resolved": "ghcr.io/devcontainers/features/java@sha256:9663ce0219ff85786e87901ce5f0a59f488edd5f99b46015192cda48468b233a",
"integrity": "sha256:9663ce0219ff85786e87901ce5f0a59f488edd5f99b46015192cda48468b233a"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "1.7.1",
Expand Down
2 changes: 1 addition & 1 deletion src/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6-11` (or `3.0.6-11-trixie`, `3.0.6-11-bookworm` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/java:3.0.7-11` (or `3.0.7-11-trixie`, `3.0.7-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.

Expand Down
2 changes: 1 addition & 1 deletion src/java/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.6",
"version": "3.0.7",
"variants": [
"25-trixie",
"21-trixie",
Expand Down
2 changes: 1 addition & 1 deletion src/javascript-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`, `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`)
- `mcr.microsoft.com/devcontainers/javascript-node:4.0.10-24` (or `4.0.10-24-trixie`, `4.0.10-24-bookworm`, `4.0.10-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.

Expand Down
2 changes: 1 addition & 1 deletion src/javascript-node/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.9",
"version": "4.0.10",
"variants": [
"24-trixie",
"22-trixie",
Expand Down
2 changes: 1 addition & 1 deletion src/jekyll/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7` (or `2.2.7-bookworm`, `2.2.7-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/jekyll:2.2.8` (or `2.2.8-bookworm`, `2.2.8-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.
Expand Down
2 changes: 1 addition & 1 deletion src/jekyll/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.7",
"version": "2.2.8",
"variants": [
"3.4-bookworm",
"3.3-bookworm",
Expand Down
2 changes: 1 addition & 1 deletion src/miniconda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3-3`
- `mcr.microsoft.com/devcontainers/miniconda:1.2.4-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).

Expand Down
2 changes: 1 addition & 1 deletion src/miniconda/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.3",
"version": "1.2.4",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down
2 changes: 1 addition & 1 deletion src/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: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` )
- `mcr.microsoft.com/devcontainers/php:3.0.5-8` (or `3.0.5-8-trixie`, `3.0.5-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.

Expand Down
2 changes: 1 addition & 1 deletion src/php/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.4",
"version": "3.0.5",

"variants": [
"8.5-apache-trixie",
Expand Down
2 changes: 1 addition & 1 deletion src/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6-3.13` (or `3.0.6-3.13-trixie`)
- `mcr.microsoft.com/devcontainers/python:3.0.7-3.13` (or `3.0.7-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.
Expand Down
2 changes: 1 addition & 1 deletion src/python/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.6",
"version": "3.0.7",
"variants": [
"3.14-trixie",
"3.13-trixie",
Expand Down
2 changes: 1 addition & 1 deletion src/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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.3-4` (or `3.0.3-4-trixie`, `3.0.3-4-bookworm`, `3.0.3-4-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/ruby:3.0.5-4` (or `3.0.5-4-trixie`, `3.0.5-4-bookworm`, `3.0.5-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.

Expand Down
2 changes: 1 addition & 1 deletion src/ruby/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.4",
"version": "3.0.5",
"variants": [
"4.0-trixie",
"3.4-trixie",
Expand Down
2 changes: 1 addition & 1 deletion src/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9-1` (or `2.0.9-1-trixie`, `2.0.9-1-bookworm`, `2.0.9-1-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/rust:2.0.10-1` (or `2.0.10-1-trixie`, `2.0.10-1-bookworm`, `2.0.10-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.

Expand Down
2 changes: 1 addition & 1 deletion src/rust/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.9",
"version": "2.0.10",
"variants": [
"trixie",
"bookworm",
Expand Down
2 changes: 1 addition & 1 deletion src/typescript-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7-24` (or `4.0.7-24-trixie`, `4.0.7-24-bookworm`, `4.0.7-24-bullseye`)
- `mcr.microsoft.com/devcontainers/typescript-node:4.0.8-24` (or `4.0.8-24-trixie`, `4.0.8-24-bookworm`, `4.0.8-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.

Expand Down
2 changes: 1 addition & 1 deletion src/typescript-node/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.7",
"version": "4.0.8",
"variants": [
"24-trixie",
"22-trixie",
Expand Down
12 changes: 6 additions & 6 deletions src/universal/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4"
},
"ghcr.io/devcontainers/features/conda:1": {
"version": "1.2.5",
"resolved": "ghcr.io/devcontainers/features/conda@sha256:d189cf17997854b28c7ffbab5db70f9b7d70332d97dfbf44447e48e958a03c8b",
"integrity": "sha256:d189cf17997854b28c7ffbab5db70f9b7d70332d97dfbf44447e48e958a03c8b"
"version": "1.2.6",
"resolved": "ghcr.io/devcontainers/features/conda@sha256:52e9a56e91bf5cc2a00a1f58e0317b4a6130cf1e11989155260bb55bded8c600",
"integrity": "sha256:52e9a56e91bf5cc2a00a1f58e0317b4a6130cf1e11989155260bb55bded8c600"
},
"ghcr.io/devcontainers/features/copilot-cli:1": {
"version": "1.0.0",
Expand Down Expand Up @@ -51,9 +51,9 @@
"integrity": "sha256:15465c956810aa164c9644b6df5ca36f6cac3e7a86b7dcc474a1fb830b21c509"
},
"ghcr.io/devcontainers/features/java:1": {
"version": "1.7.2",
"resolved": "ghcr.io/devcontainers/features/java@sha256:e75d274ac969b29a59ba6f34c2d098f6a52144d0ec027ef326b724ea4b8b7b4e",
"integrity": "sha256:e75d274ac969b29a59ba6f34c2d098f6a52144d0ec027ef326b724ea4b8b7b4e"
"version": "1.8.0",
"resolved": "ghcr.io/devcontainers/features/java@sha256:9663ce0219ff85786e87901ce5f0a59f488edd5f99b46015192cda48468b233a",
"integrity": "sha256:9663ce0219ff85786e87901ce5f0a59f488edd5f99b46015192cda48468b233a"
},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
"version": "1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/universal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For example:

- `mcr.microsoft.com/devcontainers/universal:6-noble`
- `mcr.microsoft.com/devcontainers/universal:6.0-noble`
- `mcr.microsoft.com/devcontainers/universal:6.0.1-noble`
- `mcr.microsoft.com/devcontainers/universal:6.0.2-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).

Expand Down
2 changes: 1 addition & 1 deletion src/universal/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.1",
"version": "6.0.2",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down
Loading