diff --git a/apps/tailscale/config.json b/apps/tailscale/config.json index ee72e0e5..e9707ee5 100644 --- a/apps/tailscale/config.json +++ b/apps/tailscale/config.json @@ -6,12 +6,9 @@ "no_gui": true, "port": 8093, "id": "tailscale", - "tipi_version": 29, - "version": "1.66.4", - "categories": [ - "network", - "security" - ], + "tipi_version": 30, + "version": "1.68.1", + "categories": ["network", "security"], "description": "Zero config VPN. Installs on any device in minutes, manages firewall rules for you, and works from anywhere.", "short_desc": "The easiest, most secure way to use WireGuard and 2FA.", "author": "© Tailscale Inc.", @@ -64,8 +61,5 @@ "env_variable": "TAILSCALE_USERSPACE" } ], - "supported_architectures": [ - "arm64", - "amd64" - ] -} \ No newline at end of file + "supported_architectures": ["arm64", "amd64"] +} diff --git a/apps/tailscale/docker-compose.yml b/apps/tailscale/docker-compose.yml index e622bb5d..a4e85a80 100644 --- a/apps/tailscale/docker-compose.yml +++ b/apps/tailscale/docker-compose.yml @@ -1,7 +1,7 @@ services: tailscale: container_name: tailscale - image: tailscale/tailscale:v1.66.4 + image: tailscale/tailscale:v1.68.1 environment: - TS_SERVE_CONFIG=${TAILSCALE_SERVE_CONFIG} - TS_ACCEPT_DNS=${TAILSCALE_ACCEPT_DNS-false}