From 6fa370d8b78637b0ba6927b82a22b4c0d20ca256 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 17:36:12 +0000 Subject: [PATCH] chore(deps): update tailscale/tailscale docker tag to v1.66.3 (#3579) --- apps/tailscale/config.json | 14 ++++---------- apps/tailscale/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/apps/tailscale/config.json b/apps/tailscale/config.json index d18895f5..9909bd01 100644 --- a/apps/tailscale/config.json +++ b/apps/tailscale/config.json @@ -4,20 +4,14 @@ "available": true, "port": 8093, "id": "tailscale", - "tipi_version": 26, - "version": "1.64.2", - "categories": [ - "network", - "security" - ], + "tipi_version": 27, + "version": "1.66.3", + "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.", "source": "https://github.com/tailscale/tailscale", "website": "https://tailscale.com/", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/tailscale/docker-compose.yml b/apps/tailscale/docker-compose.yml index e457cf3f..0edafb2f 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.64.2 + image: tailscale/tailscale:v1.66.3 privileged: true restart: on-failure stop_grace_period: 1m