Skip to content

Commit 18f4a3b

Browse files
Kaniska244github-actionsabdurriq
authored
[Monthly Release] v0.4.25 (#1800)
* Release manifest update * Fix version reference in PHP README * Fix version reference in README for javascript-node * Update README with new Go image tags Added additional Go image tags for versioning. * Update Go image version in README --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Abdurrahmaan Iqbal <abdurriq@github.com>
1 parent b873a92 commit 18f4a3b

49 files changed

Lines changed: 96 additions & 96 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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.11-3`
33+
- `mcr.microsoft.com/devcontainers/anaconda:1.3.13-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.12",
2+
"version": "1.3.13",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"features": {
33
"ghcr.io/devcontainers/features/common-utils:2": {
4-
"version": "2.5.6",
5-
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45",
6-
"integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45"
4+
"version": "2.5.7",
5+
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4",
6+
"integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4"
77
},
88
"ghcr.io/devcontainers/features/git:1": {
99
"version": "1.3.5",
1010
"resolved": "ghcr.io/devcontainers/features/git@sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251",
1111
"integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251"
1212
}
1313
}
14-
}
14+
}

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.2-alpine`
38+
- `mcr.microsoft.com/devcontainers/base:3.0.3-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.2",
2+
"version": "3.0.3",
33
"variants": [
44
"latest",
55
"3.23",

src/base-debian/.devcontainer/devcontainer-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"features": {
33
"ghcr.io/devcontainers/features/common-utils:2": {
4-
"version": "2.5.6",
5-
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45",
6-
"integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45"
4+
"version": "2.5.7",
5+
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4",
6+
"integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4"
77
},
88
"ghcr.io/devcontainers/features/git:1": {
99
"version": "1.3.5",

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.6-trixie`
35+
- `mcr.microsoft.com/devcontainers/base:2.1.7-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.6",
2+
"version": "2.1.7",
33
"variants": [
44
"trixie",
55
"bookworm",

src/base-ubuntu/.devcontainer/devcontainer-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"features": {
33
"ghcr.io/devcontainers/features/common-utils:2": {
4-
"version": "2.5.6",
5-
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45",
6-
"integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45"
4+
"version": "2.5.7",
5+
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4",
6+
"integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4"
77
},
88
"ghcr.io/devcontainers/features/git:1": {
99
"version": "1.3.5",

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.6-jammy`
34+
- `mcr.microsoft.com/devcontainers/base:2.1.7-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

0 commit comments

Comments
 (0)