From 893506c501fa9e9e32cc88691b3c36ec6fb28554 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:06:23 +0000 Subject: [PATCH 1/2] chore(deps): update tailscale/tailscale docker tag to v1.64 --- apps/tailscale/1.62/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tailscale/1.62/docker-compose.yml b/apps/tailscale/1.62/docker-compose.yml index 587e6df9..88913dc3 100644 --- a/apps/tailscale/1.62/docker-compose.yml +++ b/apps/tailscale/1.62/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.62 + image: tailscale/tailscale:v1.64 labels: createdBy: "Apps" From 9050ad5fc89aa72197b198e0b2bd186b496c9335 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 17 Apr 2024 12:06:34 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/tailscale/{1.62 => 1.64}/.env.sample | 0 apps/tailscale/{1.62 => 1.64}/data.yml | 0 apps/tailscale/{1.62 => 1.64}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename apps/tailscale/{1.62 => 1.64}/.env.sample (100%) rename apps/tailscale/{1.62 => 1.64}/data.yml (100%) rename apps/tailscale/{1.62 => 1.64}/docker-compose.yml (100%) diff --git a/apps/tailscale/1.62/.env.sample b/apps/tailscale/1.64/.env.sample similarity index 100% rename from apps/tailscale/1.62/.env.sample rename to apps/tailscale/1.64/.env.sample diff --git a/apps/tailscale/1.62/data.yml b/apps/tailscale/1.64/data.yml similarity index 100% rename from apps/tailscale/1.62/data.yml rename to apps/tailscale/1.64/data.yml diff --git a/apps/tailscale/1.62/docker-compose.yml b/apps/tailscale/1.64/docker-compose.yml similarity index 100% rename from apps/tailscale/1.62/docker-compose.yml rename to apps/tailscale/1.64/docker-compose.yml