diff --git a/src/anaconda/README.md b/src/anaconda/README.md index f54ded374..031522815 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.9-3` +- `mcr.microsoft.com/devcontainers/anaconda:1.3.10-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 b8f836689..aa30ba577 100644 --- a/src/anaconda/manifest.json +++ b/src/anaconda/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.3.9", + "version": "1.3.10", "build": { "latest": true, "rootDistro": "debian", diff --git a/src/base-alpine/README.md b/src/base-alpine/README.md index d6cf73901..fdab7f3aa 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.1-alpine` +- `mcr.microsoft.com/devcontainers/base:3.0.2-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 9b14ad147..be69b3860 100644 --- a/src/base-alpine/manifest.json +++ b/src/base-alpine/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.1", + "version": "3.0.2", "variants": [ "latest", "3.23", diff --git a/src/base-debian/README.md b/src/base-debian/README.md index 913c3f2bf..8f84cd442 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.5-trixie` +- `mcr.microsoft.com/devcontainers/base:2.1.6-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 8c4c03a2f..6268db9a4 100644 --- a/src/base-debian/manifest.json +++ b/src/base-debian/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.1.5", + "version": "2.1.6", "variants": [ "trixie", "bookworm", diff --git a/src/base-ubuntu/README.md b/src/base-ubuntu/README.md index 4ca315982..cfc15d59a 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.5-jammy` +- `mcr.microsoft.com/devcontainers/base:2.1.6-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 1963fd662..c2638d636 100644 --- a/src/base-ubuntu/manifest.json +++ b/src/base-ubuntu/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.1.5", + "version": "2.1.6", "variants": [ "noble", "jammy" diff --git a/src/cpp/README.md b/src/cpp/README.md index 95870c5d5..790e3d460 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.4-trixie` +- `mcr.microsoft.com/devcontainers/cpp:2.1.5-trixie` - `mcr.microsoft.com/devcontainers/cpp:2-bookworm` - `mcr.microsoft.com/devcontainers/cpp:2.1-bookworm` -- `mcr.microsoft.com/devcontainers/cpp:2.1.4-bookworm` +- `mcr.microsoft.com/devcontainers/cpp:2.1.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. diff --git a/src/cpp/manifest.json b/src/cpp/manifest.json index df3f326ac..352ffe17f 100644 --- a/src/cpp/manifest.json +++ b/src/cpp/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.1.4", + "version": "2.1.5", "variants": [ "trixie", "bookworm", diff --git a/src/dotnet/README.md b/src/dotnet/README.md index 3391807d5..4d5bcad25 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.4-10.0-noble` +- `mcr.microsoft.com/devcontainers/dotnet:2.0.5-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.4-9.0` +- `mcr.microsoft.com/devcontainers/dotnet:2.0.5-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 9489e0931..04549cbf4 100644 --- a/src/dotnet/manifest.json +++ b/src/dotnet/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.0.4", + "version": "2.0.5", "variants": [ "10.0-noble", "9.0-bookworm-slim", diff --git a/src/go/README.md b/src/go/README.md index b53d89663..9cb7be935 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.25` (or `2-1.25-trixie`, `2-1.25-bookworm`) - `mcr.microsoft.com/devcontainers/go:2.0-1.25` (or `2.0-1.25-trixie`, `2.0-1.25-bookworm`) -- `mcr.microsoft.com/devcontainers/go:2.0.7-1.25` (or `2.0.7-1.25-trixie`, `2.0.7-1.25-bookworm`) +- `mcr.microsoft.com/devcontainers/go:2.0.8-1.25` (or `2.0.8-1.25-trixie`, `2.0.8-1.25-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.25`). 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/go/manifest.json b/src/go/manifest.json index b0afc9f6e..34a4b9f37 100644 --- a/src/go/manifest.json +++ b/src/go/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.0.7", + "version": "2.0.8", "variants": [ "1.25-trixie", "1.24-trixie", diff --git a/src/java-8/README.md b/src/java-8/README.md index 463130fa9..d675dccad 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.5-8` (or `3.0.5-8-trixie`, `3.0.5-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) 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 835affaa2..5e00d65c6 100644 --- a/src/java-8/manifest.json +++ b/src/java-8/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.5", + "version": "3.0.6", "variants": [ "trixie", "bookworm" diff --git a/src/java/README.md b/src/java/README.md index 96f7b7ca7..52f637720 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.4-11` (or `3.0.4-11-trixie`, `3.0.4-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) 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 26200f253..299a1424b 100644 --- a/src/java/manifest.json +++ b/src/java/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.4", + "version": "3.0.5", "variants": [ "25-trixie", "21-trixie", diff --git a/src/javascript-node/README.md b/src/javascript-node/README.md index b640c9711..be49d4900 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.7-24` (or `4.0.7-24-trixie`, `4.0.7-24-bookworm`, `4.0.7-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`) 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 5435dea2a..ddf614719 100644 --- a/src/javascript-node/manifest.json +++ b/src/javascript-node/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.0.7", + "version": "4.0.8", "variants": [ "24-trixie", "22-trixie", diff --git a/src/jekyll/README.md b/src/jekyll/README.md index c0f0d7824..d7d52bd2f 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.5` (or `2.2.5-bookworm`, `2.2.5-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) 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 1e9c76791..fc5c78e61 100644 --- a/src/jekyll/manifest.json +++ b/src/jekyll/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.2.5", + "version": "2.2.6", "variants": [ "3.4-bookworm", "3.3-bookworm", diff --git a/src/miniconda/README.md b/src/miniconda/README.md index 3f4606649..5734536ae 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.1-3` +- `mcr.microsoft.com/devcontainers/miniconda:1.2.2-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 a736229ac..48191ed1c 100644 --- a/src/miniconda/manifest.json +++ b/src/miniconda/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.2.1", + "version": "1.2.2", "build": { "latest": true, "rootDistro": "debian", diff --git a/src/php/README.md b/src/php/README.md index c14df7c41..dfb1aee13 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.2-8` (or `3.0.2-8-trixie`, `3.0.2-8-bookworm` ) +- `mcr.microsoft.com/devcontainers/php:3.0.3-8` (or `3.0.3-8-trixie`, `3.0.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. `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 a3e6055a8..5e939fca2 100644 --- a/src/php/manifest.json +++ b/src/php/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.2", + "version": "3.0.3", "variants": [ "8.5-apache-trixie", diff --git a/src/python/README.md b/src/python/README.md index 69dd25c49..da9423a22 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.4-3.13` (or `3.0.4-3.13-trixie`) +- `mcr.microsoft.com/devcontainers/python:3.0.5-3.13` (or `3.0.5-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 5bc73eb30..cdf8c9d12 100644 --- a/src/python/manifest.json +++ b/src/python/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.4", + "version": "3.0.5", "variants": [ "3.14-trixie", "3.13-trixie", diff --git a/src/ruby/README.md b/src/ruby/README.md index a65bee558..6627c8ce3 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.1-4` (or `3.0.1-4-trixie`, `3.0.1-4-bookworm`, `3.0.1-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) 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 adcf46ea6..954c42f04 100644 --- a/src/ruby/manifest.json +++ b/src/ruby/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.1", + "version": "3.0.2", "variants": [ "4.0-trixie", "3.4-trixie", diff --git a/src/rust/README.md b/src/rust/README.md index 03cd2d5f9..1d7efcced 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.7-1` (or `2.0.7-1-trixie`, `2.0.7-1-bookworm`, `2.0.7-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) 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 e818284b7..c8c39350c 100644 --- a/src/rust/manifest.json +++ b/src/rust/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.0.7", + "version": "2.0.8", "variants": [ "trixie", "bookworm", diff --git a/src/typescript-node/README.md b/src/typescript-node/README.md index df5e94f48..0f09594e3 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.5-24` (or `4.0.5-24-trixie`, `4.0.5-24-bookworm`, `4.0.5-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`) 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 c33b0db50..1ef252171 100644 --- a/src/typescript-node/manifest.json +++ b/src/typescript-node/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.0.5", + "version": "4.0.6", "variants": [ "24-trixie", "22-trixie", diff --git a/src/universal/README.md b/src/universal/README.md index 81a559c83..060567c32 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.3-noble` +- `mcr.microsoft.com/devcontainers/universal:5.1.4-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 b22d52d09..386ff95ae 100644 --- a/src/universal/manifest.json +++ b/src/universal/manifest.json @@ -1,5 +1,5 @@ { - "version": "5.1.3", + "version": "5.1.4", "build": { "latest": true, "rootDistro": "debian",