docs/k8s: use tailscale/tailscale as base image
Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
parent
061dab5d61
commit
45d4adcb63
|
@ -2,6 +2,6 @@
|
||||||
# Use of this source code is governed by a BSD-style
|
# Use of this source code is governed by a BSD-style
|
||||||
# license that can be found in the LICENSE file.
|
# license that can be found in the LICENSE file.
|
||||||
|
|
||||||
FROM tailscale:latest
|
FROM tailscale/tailscale:latest
|
||||||
COPY run.sh /run.sh
|
COPY run.sh /run.sh
|
||||||
CMD "/run.sh"
|
CMD "/run.sh"
|
||||||
|
|
Loading…
Reference in New Issue