From 85dbf6b1a6a1de02d2a0192610f69defc86171b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 20:45:48 +0000 Subject: [PATCH] chore(deps): update tailscale/tailscale docker tag to v1.56.0 (#1830) --- 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 71866b52..9e933da2 100644 --- a/apps/tailscale/config.json +++ b/apps/tailscale/config.json @@ -4,8 +4,8 @@ "available": true, "port": 8093, "id": "tailscale", - "tipi_version": 18, - "version": "1.54.1", + "tipi_version": 19, + "version": "1.56.0", "categories": [ "network", "security" diff --git a/apps/tailscale/docker-compose.yml b/apps/tailscale/docker-compose.yml index d381d668..bac91592 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.54.1 + image: tailscale/tailscale:v1.56.0 privileged: true restart: on-failure stop_grace_period: 1m