diff --git a/apps/tailscale/config.json b/apps/tailscale/config.json index 9a3a35d7..e7bf5836 100644 --- a/apps/tailscale/config.json +++ b/apps/tailscale/config.json @@ -4,8 +4,8 @@ "available": true, "port": 8093, "id": "tailscale", - "tipi_version": 2, - "version": "1.33.19", + "tipi_version": 3, + "version": "1.34.1", "categories": [ "network", "security" diff --git a/apps/tailscale/docker-compose.yml b/apps/tailscale/docker-compose.yml index a0df1801..914e1fc2 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.33.19 + image: tailscale/tailscale:v1.34.1 privileged: true restart: on-failure stop_grace_period: 1m