[wine] Update devcontainer-feature.json

This commit is contained in:
Maxim Slipenko 2023-09-20 20:08:15 +03:00 committed by GitHub
parent 540057550e
commit 784f92b374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,15 @@
"id": "wine",
"version": "0.0.3",
"description": "Installs Wine.",
"documentationURL": "https://github.com/Maks1mS/devcontainers-features/tree/main/src/wine",
"options": {
"version": {
"type": "string",
"default": "latest"
"default": "latest",
"description": "Version of Wine"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]
}
}