From e9ca602d5ff40f9501ece73280deb4044690c53c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:10:25 +0000 Subject: [PATCH 1/2] chore(deps): update tailscale/tailscale docker tag to v1.76 --- apps/tailscale/1.74/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tailscale/1.74/docker-compose.yml b/apps/tailscale/1.74/docker-compose.yml index ca6676cf..ccf27444 100644 --- a/apps/tailscale/1.74/docker-compose.yml +++ b/apps/tailscale/1.74/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.74 + image: tailscale/tailscale:v1.76 labels: createdBy: "Apps" From cb7e47bcb52067f2503f16a518e810f3bc921743 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 17 Oct 2024 16:10:42 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/tailscale/{1.74 => 1.76}/.env.sample | 0 apps/tailscale/{1.74 => 1.76}/data.yml | 0 apps/tailscale/{1.74 => 1.76}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename apps/tailscale/{1.74 => 1.76}/.env.sample (100%) rename apps/tailscale/{1.74 => 1.76}/data.yml (100%) rename apps/tailscale/{1.74 => 1.76}/docker-compose.yml (100%) diff --git a/apps/tailscale/1.74/.env.sample b/apps/tailscale/1.76/.env.sample similarity index 100% rename from apps/tailscale/1.74/.env.sample rename to apps/tailscale/1.76/.env.sample diff --git a/apps/tailscale/1.74/data.yml b/apps/tailscale/1.76/data.yml similarity index 100% rename from apps/tailscale/1.74/data.yml rename to apps/tailscale/1.76/data.yml diff --git a/apps/tailscale/1.74/docker-compose.yml b/apps/tailscale/1.76/docker-compose.yml similarity index 100% rename from apps/tailscale/1.74/docker-compose.yml rename to apps/tailscale/1.76/docker-compose.yml