From edbdb9b189a2befcda1e0c12f37daee84dad2d24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 09:09:06 +0100 Subject: [PATCH] chore(deps): update tailscale/tailscale docker tag to v1.34.1 (#131) * chore(deps): update tailscale/tailscale docker tag to v1.34.1 * 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 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