From a6c3de72d6928d2a4e4ebded0ead474f0d1b457c Mon Sep 17 00:00:00 2001 From: Maisem Ali Date: Wed, 13 Oct 2021 14:48:14 -0700 Subject: [PATCH] docs/k8s: use ghcr.io for base image Signed-off-by: Maisem Ali --- docs/k8s/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/k8s/Dockerfile b/docs/k8s/Dockerfile index 65df12b9b..42f9e969d 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/tailscale:latest +FROM ghcr.io/tailscale/tailscale:latest COPY run.sh /run.sh CMD "/run.sh"