From 435d9f5cb13c387c19b28bc554288204c020164b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 07:26:01 +0000 Subject: [PATCH] chore(deps): update tailscale/tailscale docker tag to v1.96 (localApps) (#4927) --- apps/tailscale/{1.94 => 1.96}/.env.sample | 0 apps/tailscale/{1.94 => 1.96}/data.yml | 0 apps/tailscale/{1.94 => 1.96}/docker-compose.yml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/tailscale/{1.94 => 1.96}/.env.sample (100%) rename apps/tailscale/{1.94 => 1.96}/data.yml (100%) rename apps/tailscale/{1.94 => 1.96}/docker-compose.yml (95%) diff --git a/apps/tailscale/1.94/.env.sample b/apps/tailscale/1.96/.env.sample similarity index 100% rename from apps/tailscale/1.94/.env.sample rename to apps/tailscale/1.96/.env.sample diff --git a/apps/tailscale/1.94/data.yml b/apps/tailscale/1.96/data.yml similarity index 100% rename from apps/tailscale/1.94/data.yml rename to apps/tailscale/1.96/data.yml diff --git a/apps/tailscale/1.94/docker-compose.yml b/apps/tailscale/1.96/docker-compose.yml similarity index 95% rename from apps/tailscale/1.94/docker-compose.yml rename to apps/tailscale/1.96/docker-compose.yml index 3ea1463a2..7d3f7e59b 100644 --- a/apps/tailscale/1.94/docker-compose.yml +++ b/apps/tailscale/1.96/docker-compose.yml @@ -23,6 +23,6 @@ services: - TS_STATE_DIR=${TS_STATE_DIR} - TS_USERSPACE=${TS_USERSPACE} - TS_EXTRA_ARGS=${TS_EXTRA_ARGS} - image: tailscale/tailscale:v1.94 + image: tailscale/tailscale:v1.96 labels: createdBy: "Apps"