From 97bce01980dac3c8fbde6bbc2d8a2655d63f3480 Mon Sep 17 00:00:00 2001 From: Macley <26381427+Macleykun@users.noreply.github.com> Date: Sun, 9 Oct 2022 18:54:26 +0200 Subject: [PATCH] Move from latest to stable tag tailscale (#91) Fixes: https://github.com/pi-hosted/pi-hosted/issues/69 (nice) --- template/apps/tailscale.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/apps/tailscale.json b/template/apps/tailscale.json index 69907df..dbcb9e3 100644 --- a/template/apps/tailscale.json +++ b/template/apps/tailscale.json @@ -13,9 +13,9 @@ "name": "AUTH_KEY" } ], - "image_arm32": "tailscale/tailscale:latest", - "image_arm64": "tailscale/tailscale:latest", - "image_amd64": "tailscale/tailscale:latest", + "image_arm32": "tailscale/tailscale:stable", + "image_arm64": "tailscale/tailscale:stable", + "image_amd64": "tailscale/tailscale:stable", "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/tailscale-icon.png", "name": "tailscale", "officialDoc": "https://hub.docker.com/r/tailscale/tailscale",