We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dd558 commit 8a5bbf2Copy full SHA for 8a5bbf2
README.md
@@ -11,7 +11,9 @@ to your `devcontainer.json`:
11
```json
12
"runArgs": ["--device=/dev/net/tun"],
13
"features": {
14
- "ghcr.io/tailscale/codespace/tailscale": {}
+ "ghcr.io/tailscale/codespace/tailscale": {
15
+ "version": "latest"
16
+ }
17
}
18
```
19
src/tailscale/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Tailscale",
3
"id": "tailscale",
4
- "version": "1.0.4",
+ "version": "1.0.5",
5
"description": "Connect to your tailnet in your development container",
6
"documentationURL": "https://tailscale.com/kb/1160/github-codespaces/",
7
"licenseURL": "https://github.com/tailscale/codespace/blob/main/LICENSE",
0 commit comments