Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 10a399f

Browse files
authored
release v0.236.1 (codespaces-linux 2.0.2)
1 parent ee9f829 commit 10a399f

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

containers/codespaces-linux/definition-manifest.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"definitionVersion": "2.0.1",
2+
"definitionVersion": "2.0.2",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",
@@ -13,26 +13,29 @@
1313
"annotation": "This document describes the base contents of the default GitHub Codespaces dev container image. Note that this image also includes detection logic to dynamically install additional language / runtime versions based on your repository's contents. Dynamically installed content can be found in sub-folders under `/opt`.",
1414
"image": "mcr.microsoft.com/oryx/build:vso-focal-20210728.1",
1515
"imageLink": "https://github.com/microsoft/oryx",
16-
"apt": [{
16+
"apt": [
17+
{
1718
"cgIgnore": false,
1819
"name": "moby-cli",
1920
"annotation": "Docker CLI"
20-
}, {
21+
},
22+
{
2123
"cgIgnore": false,
2224
"name": "moby-engine",
2325
"annotation": "Docker Engine"
24-
}, {
26+
},
27+
{
2528
"cgIgnore": false,
2629
"name": "git-lfs",
2730
"annotation": "Git Large File Support"
2831
},
2932
"cmake",
30-
"build-essential",
33+
"build-essential",
3134
"cmake",
3235
"cppcheck",
3336
"valgrind",
3437
"lldb",
35-
"llvm",
38+
"llvm",
3639
"gdb",
3740
"clang",
3841
"python3-dev",
@@ -41,7 +44,7 @@
4144
"xtail",
4245
"software-properties-common",
4346
"libsecret-1-dev",
44-
"libnss3",
47+
"libnss3",
4548
"libnspr4",
4649
"libatk-bridge2.0-0",
4750
"libatk1.0-0",
@@ -63,7 +66,7 @@
6366
"g++",
6467
"gcc",
6568
"libc6-dev",
66-
"make",
69+
"make",
6770
"pkg-config",
6871
"sed",
6972
"python3-minimal"
@@ -177,4 +180,4 @@
177180
}
178181
}
179182
}
180-
}
183+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-dev-containers",
3-
"version": "0.236.0",
3+
"version": "0.236.1",
44
"description": "VS Code Dev Containers: Definitions and Templates",
55
"repository": {
66
"type": "git",
@@ -27,4 +27,4 @@
2727
"yargs": "^17.2.1",
2828
"handlebars": "^4.7.7"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)