Skip to content

Commit 460d63e

Browse files
devcontainers-botgithub-actions
andauthored
Release manifest update (#1767)
Co-authored-by: github-actions <github-actions@github.com>
1 parent a503598 commit 460d63e

36 files changed

Lines changed: 38 additions & 38 deletions

src/anaconda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht
3030

3131
- `mcr.microsoft.com/devcontainers/anaconda:1-3`
3232
- `mcr.microsoft.com/devcontainers/anaconda:1.3-3`
33-
- `mcr.microsoft.com/devcontainers/anaconda:1.3.9-3`
33+
- `mcr.microsoft.com/devcontainers/anaconda:1.3.10-3`
3434

3535
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).
3636

src/anaconda/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.9",
2+
"version": "1.3.10",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

src/base-alpine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can decide how often you want updates by referencing a [semantic version](ht
3535

3636
- `mcr.microsoft.com/devcontainers/base:3-alpine`
3737
- `mcr.microsoft.com/devcontainers/base:3.0-alpine`
38-
- `mcr.microsoft.com/devcontainers/base:3.0.1-alpine`
38+
- `mcr.microsoft.com/devcontainers/base:3.0.2-alpine`
3939

4040
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).
4141

src/base-alpine/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.1",
2+
"version": "3.0.2",
33
"variants": [
44
"latest",
55
"3.23",

src/base-debian/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can decide how often you want updates by referencing a [semantic version](ht
3232

3333
- `mcr.microsoft.com/devcontainers/base:2-trixie`
3434
- `mcr.microsoft.com/devcontainers/base:2.1-trixie`
35-
- `mcr.microsoft.com/devcontainers/base:2.1.5-trixie`
35+
- `mcr.microsoft.com/devcontainers/base:2.1.6-trixie`
3636

3737
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).
3838

src/base-debian/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.5",
2+
"version": "2.1.6",
33
"variants": [
44
"trixie",
55
"bookworm",

src/base-ubuntu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can decide how often you want updates by referencing a [semantic version](ht
3131

3232
- `mcr.microsoft.com/devcontainers/base:2-jammy`
3333
- `mcr.microsoft.com/devcontainers/base:2.1-jammy`
34-
- `mcr.microsoft.com/devcontainers/base:2.1.5-jammy`
34+
- `mcr.microsoft.com/devcontainers/base:2.1.6-jammy`
3535

3636
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).
3737

src/base-ubuntu/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.5",
2+
"version": "2.1.6",
33
"variants": [
44
"noble",
55
"jammy"

src/cpp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.
3434
You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example:
3535
- `mcr.microsoft.com/devcontainers/cpp:2-trixie`
3636
- `mcr.microsoft.com/devcontainers/cpp:2.1-trixie`
37-
- `mcr.microsoft.com/devcontainers/cpp:2.1.4-trixie`
37+
- `mcr.microsoft.com/devcontainers/cpp:2.1.5-trixie`
3838
- `mcr.microsoft.com/devcontainers/cpp:2-bookworm`
3939
- `mcr.microsoft.com/devcontainers/cpp:2.1-bookworm`
40-
- `mcr.microsoft.com/devcontainers/cpp:2.1.4-bookworm`
40+
- `mcr.microsoft.com/devcontainers/cpp:2.1.5-bookworm`
4141

4242
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.
4343

src/cpp/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.4",
2+
"version": "2.1.5",
33
"variants": [
44
"trixie",
55
"bookworm",

0 commit comments

Comments
 (0)