Skip to content

Commit b697985

Browse files
committed
various versions
1 parent 2f2adac commit b697985

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/go/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "go",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"name": "Go",
55
"description": "Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.",
66
"options": {

src/powershell/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "powershell",
3-
"version": "1.0.5",
3+
"version": "1.0.7",
44
"name": "PowerShell",
55
"description": "Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
66
"options": {

src/python/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "python",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"name": "Python",
55
"description": "Installs the provided version of Python, as well as PIPX, and other common Python utilities. JupyterLab is conditionally installed with the python feature. Note: May require source code compilation.",
66
"options": {

src/ruby/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ruby",
3-
"version": "1.0.5",
3+
"version": "1.0.10",
44
"name": "Ruby (via rvm)",
55
"description": "Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.",
66
"options": {

src/rust/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "rust",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"name": "Rust",
55
"description": "Installs Rust, common Rust utilities, and their required dependencies",
66
"options": {

0 commit comments

Comments
 (0)