From a9d99376efc060c1e2ad00c51279c0256b7f3ded Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 10:27:49 -0400 Subject: [PATCH] chore(deps): update tailscale/tailscale docker tag to v1.42.0 (#594) * chore(deps): update tailscale/tailscale docker tag to v1.42.0 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- 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 7c8a30bc..284b0497 100644 --- a/apps/tailscale/config.json +++ b/apps/tailscale/config.json @@ -4,8 +4,8 @@ "available": true, "port": 8093, "id": "tailscale", - "tipi_version": 8, - "version": "1.40.1", + "tipi_version": 9, + "version": "1.42.0", "categories": [ "network", "security" diff --git a/apps/tailscale/docker-compose.yml b/apps/tailscale/docker-compose.yml index af766471..a198e932 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.40.1 + image: tailscale/tailscale:v1.42.0 privileged: true restart: on-failure stop_grace_period: 1m