diff --git a/apps/tailscale/config.json b/apps/tailscale/config.json index 9909bd01..146c34f9 100644 --- a/apps/tailscale/config.json +++ b/apps/tailscale/config.json @@ -4,8 +4,8 @@ "available": true, "port": 8093, "id": "tailscale", - "tipi_version": 27, - "version": "1.66.3", + "tipi_version": 28, + "version": "1.66.4", "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.", diff --git a/apps/tailscale/docker-compose.yml b/apps/tailscale/docker-compose.yml index 0edafb2f..eb406ccd 100644 --- a/apps/tailscale/docker-compose.yml +++ b/apps/tailscale/docker-compose.yml @@ -4,7 +4,7 @@ services: tailscale: container_name: tailscale network_mode: "host" # TODO: Find a way to remove this - image: tailscale/tailscale:v1.66.3 + image: tailscale/tailscale:v1.66.4 privileged: true restart: on-failure stop_grace_period: 1m