Skip to content

Commit 54102cc

Browse files
committed
devcontainer-feature.json: add version
A devcontainer-feature.json is required to have a version field to validate. Also update the default Tailscale version to 1.34.1. Signed-off-by: Denton Gentry <[email protected]>
1 parent dfe5c5c commit 54102cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tailscale/devcontainer-feature.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "Tailscale",
33
"id": "tailscale",
4+
"version": "1.0",
45
"description": "Connect to your tailnet in your development container",
56
"documentationURL": "https://tailscale.com/kb/1160/github-codespaces/",
67
"licenseURL": "https://github.com/tailscale/codespace/blob/main/LICENSE",
@@ -9,7 +10,7 @@
910
"options": {
1011
"version": {
1112
"type": "string",
12-
"default": "1.34.0",
13+
"default": "1.34.1",
1314
"description": "Version of Tailscale to download"
1415
}
1516
}

0 commit comments

Comments
 (0)