From c3eafccd81b530ed193e1c40f40b4ec83fab0d74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 17:20:57 +0000 Subject: [PATCH] chore(deps): update tailscale/tailscale docker tag to v1.94 (#4006) --- apps/tailscale/{1.92 => 1.94}/.env.sample | 0 apps/tailscale/{1.92 => 1.94}/data.yml | 0 apps/tailscale/{1.92 => 1.94}/docker-compose.yml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/tailscale/{1.92 => 1.94}/.env.sample (100%) rename apps/tailscale/{1.92 => 1.94}/data.yml (100%) rename apps/tailscale/{1.92 => 1.94}/docker-compose.yml (95%) diff --git a/apps/tailscale/1.92/.env.sample b/apps/tailscale/1.94/.env.sample similarity index 100% rename from apps/tailscale/1.92/.env.sample rename to apps/tailscale/1.94/.env.sample diff --git a/apps/tailscale/1.92/data.yml b/apps/tailscale/1.94/data.yml similarity index 100% rename from apps/tailscale/1.92/data.yml rename to apps/tailscale/1.94/data.yml diff --git a/apps/tailscale/1.92/docker-compose.yml b/apps/tailscale/1.94/docker-compose.yml similarity index 95% rename from apps/tailscale/1.92/docker-compose.yml rename to apps/tailscale/1.94/docker-compose.yml index cec0c8d4e..3ea1463a2 100644 --- a/apps/tailscale/1.92/docker-compose.yml +++ b/apps/tailscale/1.94/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.92 + image: tailscale/tailscale:v1.94 labels: createdBy: "Apps"