From a03876a6e24a83e3c9b6eaf23b12bf3788448b13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:34:08 +0000 Subject: [PATCH] chore(deps): update tailscale/tailscale docker tag to v1.62.1 (#2956) --- apps/tailscale/config.json | 4 ++-- apps/tailscale/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/tailscale/config.json b/apps/tailscale/config.json index b3368a78..f37d4b5f 100644 --- a/apps/tailscale/config.json +++ b/apps/tailscale/config.json @@ -4,8 +4,8 @@ "available": true, "port": 8093, "id": "tailscale", - "tipi_version": 23, - "version": "1.62.0", + "tipi_version": 24, + "version": "1.62.1", "categories": [ "network", "security" diff --git a/apps/tailscale/docker-compose.yml b/apps/tailscale/docker-compose.yml index 25c61371..753d2c0c 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.62.0 + image: tailscale/tailscale:v1.62.1 privileged: true restart: on-failure stop_grace_period: 1m