diff --git a/apps/tailscale/config.json b/apps/tailscale/config.json index d8729dba..aebf3d8a 100644 --- a/apps/tailscale/config.json +++ b/apps/tailscale/config.json @@ -4,8 +4,8 @@ "available": true, "port": 8093, "id": "tailscale", - "tipi_version": 13, - "version": "1.48.2", + "tipi_version": 14, + "version": "1.50.0", "categories": [ "network", "security" diff --git a/apps/tailscale/docker-compose.yml b/apps/tailscale/docker-compose.yml index e72803f4..e2147be8 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.48.2 + image: tailscale/tailscale:v1.50.0 privileged: true restart: on-failure stop_grace_period: 1m