From a07bcc535cb6aa39620e6f52cade823dafc46b53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 01:32:29 +0000 Subject: [PATCH] chore(deps): update tailscale/tailscale docker tag to v1.48.2 (#1220) --- 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 8a486b3e..d8729dba 100644 --- a/apps/tailscale/config.json +++ b/apps/tailscale/config.json @@ -4,8 +4,8 @@ "available": true, "port": 8093, "id": "tailscale", - "tipi_version": 12, - "version": "1.48.1", + "tipi_version": 13, + "version": "1.48.2", "categories": [ "network", "security" diff --git a/apps/tailscale/docker-compose.yml b/apps/tailscale/docker-compose.yml index 130a6026..e72803f4 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.48.1 + image: tailscale/tailscale:v1.48.2 privileged: true restart: on-failure stop_grace_period: 1m