Skip to content

Commit 8ffda14

Browse files
Merge pull request #1009 from KentaTada/Fix-sample-ociVersion
Fix ociVersion of Configuration Schema Example to support ambient capability
2 parents 5b71a03 + ef6e0cd commit 8ffda14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ Here is a full example `config.json` for reference.
476476

477477
```json
478478
{
479-
"ociVersion": "0.5.0-dev",
479+
"ociVersion": "1.0.1",
480480
"process": {
481481
"terminal": true,
482482
"user": {

0 commit comments

Comments
 (0)