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.4-3`
- `mcr.microsoft.com/devcontainers/anaconda:1.4.2-3`
- `mcr.microsoft.com/devcontainers/anaconda:1.4.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/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.4.2",
"version": "1.4.3",
"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 @@ -33,7 +33,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/base:4-alpine`
- `mcr.microsoft.com/devcontainers/base:4.0-alpine`
- `mcr.microsoft.com/devcontainers/base:4.0.4-alpine`
- `mcr.microsoft.com/devcontainers/base:4.0.5-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": "4.0.4",
"version": "4.0.5",
"variants": [
"3.23",
"3.22",
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.15-trixie`
- `mcr.microsoft.com/devcontainers/base:2.1.16-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.15",
"version": "2.1.16",
"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 @@ -32,7 +32,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/base:3-jammy`
- `mcr.microsoft.com/devcontainers/base:3.0-jammy`
- `mcr.microsoft.com/devcontainers/base:3.0.7-jammy`
- `mcr.microsoft.com/devcontainers/base:3.0.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": "3.0.7",
"version": "3.0.8",
"variants": [
"resolute",
"noble",
Expand Down
4 changes: 2 additions & 2 deletions src/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,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:3-trixie`
- `mcr.microsoft.com/devcontainers/cpp:3.0-trixie`
- `mcr.microsoft.com/devcontainers/cpp:3.0.4-trixie`
- `mcr.microsoft.com/devcontainers/cpp:3.0.5-trixie`
- `mcr.microsoft.com/devcontainers/cpp:3-bookworm`
- `mcr.microsoft.com/devcontainers/cpp:3.0-bookworm`
- `mcr.microsoft.com/devcontainers/cpp:3.0.4-bookworm`
- `mcr.microsoft.com/devcontainers/cpp:3.0.5-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": "3.0.4",
"version": "3.0.5",
"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 @@ -34,10 +34,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.2-10.0-noble`
- `mcr.microsoft.com/devcontainers/dotnet:2.2.2-10.0-noble`
- `mcr.microsoft.com/devcontainers/dotnet:2.2.3-10.0-noble`
- `mcr.microsoft.com/devcontainers/dotnet:2-9.0`
- `mcr.microsoft.com/devcontainers/dotnet:2.2-9.0`
- `mcr.microsoft.com/devcontainers/dotnet:2.2.2-9.0`
- `mcr.microsoft.com/devcontainers/dotnet:2.2.3-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.2.2",
"version": "2.2.3",
"variants": [
"11.0-preview-resolute",
"10.0-noble",
Expand Down
2 changes: 1 addition & 1 deletion src/go/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/go:2-1.27` (or `2-1.27-trixie`, `2-1.27-bookworm`)
- `mcr.microsoft.com/devcontainers/go:2.3-1.27` (or `2.3-1.27-trixie`, `2.3-1.27-bookworm`)
- `mcr.microsoft.com/devcontainers/go:2.3.0-1.27` (or `2.3.0-1.27-trixie`, `2.3.0-1.27-bookworm`)
- `mcr.microsoft.com/devcontainers/go:2.3.1-1.27` (or `2.3.1-1.27-trixie`, `2.3.1-1.27-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.27`). 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.3.0",
"version": "2.3.1",
"variants": [
"1.27-trixie",
"1.26-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:fd75977de13a9979000e0e78baf949adb0ca71d2398995fa22e0a36d7e7e7fe2"
},
"ghcr.io/devcontainers/features/java:1": {
"version": "1.8.2",
"resolved": "ghcr.io/devcontainers/features/java@sha256:7d2fc86e0dad756209cd68da6b2b43e6149a5e07232a9f20663c42a8ca1563ad",
"integrity": "sha256:7d2fc86e0dad756209cd68da6b2b43e6149a5e07232a9f20663c42a8ca1563ad"
"version": "1.8.3",
"resolved": "ghcr.io/devcontainers/features/java@sha256:61a839211feda1e2a1f10646648a948e733e4d98d770f3a4b6698a3c5fc92abe",
"integrity": "sha256:61a839211feda1e2a1f10646648a948e733e4d98d770f3a4b6698a3c5fc92abe"
},
"ghcr.io/devcontainers/features/node:2": {
"version": "2.1.0",
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.2-8` (or `3.2-8-trixie`, `3.2-8-bookworm` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/java:3.2.3-8` (or `3.2.3-8-trixie`, `3.2.3-8-bookworm` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/java:3.2.4-8` (or `3.2.4-8-trixie`, `3.2.4-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.2.3",
"version": "3.2.4",
"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:fd75977de13a9979000e0e78baf949adb0ca71d2398995fa22e0a36d7e7e7fe2"
},
"ghcr.io/devcontainers/features/java:1": {
"version": "1.8.2",
"resolved": "ghcr.io/devcontainers/features/java@sha256:7d2fc86e0dad756209cd68da6b2b43e6149a5e07232a9f20663c42a8ca1563ad",
"integrity": "sha256:7d2fc86e0dad756209cd68da6b2b43e6149a5e07232a9f20663c42a8ca1563ad"
"version": "1.8.3",
"resolved": "ghcr.io/devcontainers/features/java@sha256:61a839211feda1e2a1f10646648a948e733e4d98d770f3a4b6698a3c5fc92abe",
"integrity": "sha256:61a839211feda1e2a1f10646648a948e733e4d98d770f3a4b6698a3c5fc92abe"
},
"ghcr.io/devcontainers/features/node:2": {
"version": "2.1.0",
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.1-11` (or `3.1-11-trixie`, `3.1-11-bookworm` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/java:3.1.3-11` (or `3.1.3-11-trixie`, `3.1.3-11-bookworm` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/java:3.1.4-11` (or `3.1.4-11-trixie`, `3.1.4-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.1.3",
"version": "3.1.4",
"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:5-24` (or `5-24-trixie`, `5-24-bookworm`, `5-24-bullseye`)
- `mcr.microsoft.com/devcontainers/javascript-node:5.1-24` (or `5.1-24-trixie`, `5.1-24-bookworm`, `5.1-24-bullseye`)
- `mcr.microsoft.com/devcontainers/javascript-node:5.1.2-24` (or `5.1.2-24-trixie`, `5.1.2-24-bookworm`, `5.1.2-24-bullseye`)
- `mcr.microsoft.com/devcontainers/javascript-node:5.1.3-24` (or `5.1.3-24-trixie`, `5.1.3-24-bookworm`, `5.1.3-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. `5-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": "5.1.2",
"version": "5.1.3",
"variants": [
"26-trixie",
"24-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.3` (or `2.3-bookworm`, `2.3-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/jekyll:2.3.3` (or `2.3.3-bookworm`, `2.3.3-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/jekyll:2.3.4` (or `2.3.4-bookworm`, `2.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-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.3.3",
"version": "2.3.4",
"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.3-3`
- `mcr.microsoft.com/devcontainers/miniconda:1.3.2-3`
- `mcr.microsoft.com/devcontainers/miniconda:1.3.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).

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.3.2",
"version": "1.3.3",
"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 @@ -33,7 +33,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/php:4-8` (or `4-8-trixie`, `4-8-bookworm` )
- `mcr.microsoft.com/devcontainers/php:4.1-8` (or `4.1-8-trixie`, `4.1-8-bookworm` )
- `mcr.microsoft.com/devcontainers/php:4.1.2-8` (or `4.1.2-8-trixie`, `4.1.2-8-bookworm` )
- `mcr.microsoft.com/devcontainers/php:4.1.3-8` (or `4.1.3-8-trixie`, `4.1.3-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. `4-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": "4.1.2",
"version": "4.1.3",

"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.14` (or `3-3.14-trixie`)
- `mcr.microsoft.com/devcontainers/python:3.2-3.14` (or `3.2-3.14-trixie`)
- `mcr.microsoft.com/devcontainers/python:3.2.2-3.14` (or `3.2.2-3.14-trixie`)
- `mcr.microsoft.com/devcontainers/python:3.2.3-3.14` (or `3.2.3-3.14-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.2.2",
"version": "3.2.3",
"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:4-4` (or `4-4-trixie`, `4-4-bookworm`, `4-4-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/ruby:4.0-4` (or `4.0-4-trixie`, `4.0-4-bookworm`, `4.0-4-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/ruby:4.0.2-4` (or `4.0.2-4-trixie`, `4.0.2-4-bookworm`, `4.0.2-4-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/ruby:4.0.3-4` (or `4.0.3-4-trixie`, `4.0.3-4-bookworm`, `4.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. `4-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": "4.0.2",
"version": "4.0.3",
"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.16-1` (or `2.0.16-1-trixie`, `2.0.16-1-bookworm`, `2.0.16-1-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/rust:2.0.17-1` (or `2.0.17-1-trixie`, `2.0.17-1-bookworm`, `2.0.17-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.16",
"version": "2.0.17",
"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:5-24` (or `5-24-trixie`, `5-24-bookworm`, `5-24-bullseye`)
- `mcr.microsoft.com/devcontainers/typescript-node:5.1-24` (or `5.1-24-trixie`, `5.1-24-bookworm`, `5.1-24-bullseye`)
- `mcr.microsoft.com/devcontainers/typescript-node:5.1.2-24` (or `5.1.2-24-trixie`, `5.1.2-24-bookworm`, `5.1.2-24-bullseye`)
- `mcr.microsoft.com/devcontainers/typescript-node:5.1.3-24` (or `5.1.3-24-trixie`, `5.1.3-24-bookworm`, `5.1.3-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. `5-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": "5.1.2",
"version": "5.1.3",
"variants": [
"26-trixie",
"24-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 @@ -36,9 +36,9 @@
"integrity": "sha256:fd75977de13a9979000e0e78baf949adb0ca71d2398995fa22e0a36d7e7e7fe2"
},
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "1.1.1",
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:94879eebb6a0e4e2f197de9f12db7427cb4a25b82d93c55239ce8c8fc394a1b4",
"integrity": "sha256:94879eebb6a0e4e2f197de9f12db7427cb4a25b82d93c55239ce8c8fc394a1b4"
"version": "1.1.2",
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:7c409bf6316ffd85f04fd92fba85a744282639e603417dd4796409866bdb6805",
"integrity": "sha256:7c409bf6316ffd85f04fd92fba85a744282639e603417dd4796409866bdb6805"
},
"ghcr.io/devcontainers/features/go:1": {
"version": "1.3.4",
Expand All @@ -51,9 +51,9 @@
"integrity": "sha256:15465c956810aa164c9644b6df5ca36f6cac3e7a86b7dcc474a1fb830b21c509"
},
"ghcr.io/devcontainers/features/java:1": {
"version": "1.8.2",
"resolved": "ghcr.io/devcontainers/features/java@sha256:7d2fc86e0dad756209cd68da6b2b43e6149a5e07232a9f20663c42a8ca1563ad",
"integrity": "sha256:7d2fc86e0dad756209cd68da6b2b43e6149a5e07232a9f20663c42a8ca1563ad"
"version": "1.8.3",
"resolved": "ghcr.io/devcontainers/features/java@sha256:61a839211feda1e2a1f10646648a948e733e4d98d770f3a4b6698a3c5fc92abe",
"integrity": "sha256:61a839211feda1e2a1f10646648a948e733e4d98d770f3a4b6698a3c5fc92abe"
},
"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.1-noble`
- `mcr.microsoft.com/devcontainers/universal:6.1.6-noble`
- `mcr.microsoft.com/devcontainers/universal:6.1.7-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.1.6",
"version": "6.1.7",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down
Loading