diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-10-27 01:20:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 01:20:47 +0300 |
commit | ab021f0dfb0b4d28a2a71fd4b8502f5cb0b72004 (patch) | |
tree | b7bf0788729bbc94a168d876da52304514f77910 /src/oryx/devcontainer-feature.json | |
parent | 520a4abc40c1fe4c914638ea73b42f2bde09d8e9 (diff) |
Fix oryx bug - Add PIP_CACHE_DIR (#239)
* oryx update
* bump version
* update comment
Diffstat (limited to 'src/oryx/devcontainer-feature.json')
-rw-r--r-- | src/oryx/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oryx/devcontainer-feature.json b/src/oryx/devcontainer-feature.json index 2b88372..ba80780 100644 --- a/src/oryx/devcontainer-feature.json +++ b/src/oryx/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "oryx", - "version": "1.0.8", + "version": "1.0.9", "name": "Oryx", "description": "Installs the oryx CLI", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/oryx", |