From 45d4adcb63edbbd177b80122c299682e766f9b94 Mon Sep 17 00:00:00 2001 From: Maisem Ali Date: Wed, 13 Oct 2021 12:31:59 -0700 Subject: [PATCH] docs/k8s: use tailscale/tailscale as base image Signed-off-by: Maisem Ali --- docs/k8s/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/k8s/Dockerfile b/docs/k8s/Dockerfile index 308e87eb5..65df12b9b 100755 --- a/docs/k8s/Dockerfile +++ b/docs/k8s/Dockerfile @@ -2,6 +2,6 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM tailscale:latest +FROM tailscale/tailscale:latest COPY run.sh /run.sh -CMD "/run.sh" \ No newline at end of file +CMD "/run.sh"