Skip to content

Commit fb77472

Browse files
Merge branch 'main' into patch-1
2 parents 43c073a + 64c6611 commit fb77472

38 files changed

Lines changed: 44 additions & 44 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.13-3`
33+
- `mcr.microsoft.com/devcontainers/anaconda:1.3.14-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.13",
2+
"version": "1.3.14",
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.3-alpine`
38+
- `mcr.microsoft.com/devcontainers/base:3.0.4-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.3",
2+
"version": "3.0.4",
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.7-trixie`
35+
- `mcr.microsoft.com/devcontainers/base:2.1.8-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.7",
2+
"version": "2.1.8",
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.7-jammy`
34+
- `mcr.microsoft.com/devcontainers/base:2.1.8-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.7",
2+
"version": "2.1.8",
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.6-trixie`
37+
- `mcr.microsoft.com/devcontainers/cpp:2.1.7-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.6-bookworm`
40+
- `mcr.microsoft.com/devcontainers/cpp:2.1.7-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.6",
2+
"version": "2.1.7",
33
"variants": [
44
"trixie",
55
"bookworm",

0 commit comments

Comments
 (0)