From 23d60af9003db55be2019e18c719b480c90ba25f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:13:00 +0000 Subject: [PATCH 1/2] chore(deps): update tailscale/tailscale docker tag to v1.62 --- apps/tailscale/1.61/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tailscale/1.61/docker-compose.yml b/apps/tailscale/1.61/docker-compose.yml index ad6a8a24..587e6df9 100644 --- a/apps/tailscale/1.61/docker-compose.yml +++ b/apps/tailscale/1.61/docker-compose.yml @@ -24,6 +24,6 @@ services: - TS_STATE_DIR=${TS_STATE_DIR} - TS_USERSPACE=${TS_USERSPACE} - TS_EXTRA_ARGS=${TS_EXTRA_ARGS} - image: tailscale/tailscale:v1.61 + image: tailscale/tailscale:v1.62 labels: createdBy: "Apps" From 4af29ae4d738c9910de59a569830460d56eec59d Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 15 Mar 2024 12:13:12 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/tailscale/{1.61 => 1.62}/.env.sample | 0 apps/tailscale/{1.61 => 1.62}/data.yml | 0 apps/tailscale/{1.61 => 1.62}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename apps/tailscale/{1.61 => 1.62}/.env.sample (100%) rename apps/tailscale/{1.61 => 1.62}/data.yml (100%) rename apps/tailscale/{1.61 => 1.62}/docker-compose.yml (100%) diff --git a/apps/tailscale/1.61/.env.sample b/apps/tailscale/1.62/.env.sample similarity index 100% rename from apps/tailscale/1.61/.env.sample rename to apps/tailscale/1.62/.env.sample diff --git a/apps/tailscale/1.61/data.yml b/apps/tailscale/1.62/data.yml similarity index 100% rename from apps/tailscale/1.61/data.yml rename to apps/tailscale/1.62/data.yml diff --git a/apps/tailscale/1.61/docker-compose.yml b/apps/tailscale/1.62/docker-compose.yml similarity index 100% rename from apps/tailscale/1.61/docker-compose.yml rename to apps/tailscale/1.62/docker-compose.yml