Added default values in Dockerfile.tailscale

This commit is contained in:
Juan Font Alonso 2022-03-20 12:33:41 +01:00
parent a1caa5b45c
commit a8a683d3cc

View file

@ -1,7 +1,7 @@
FROM ubuntu:latest
ARG TAILSCALE_VERSION
ARG TAILSCALE_CHANNEL
ARG TAILSCALE_VERSION=*
ARG TAILSCALE_CHANNEL=stable
RUN apt-get update \
&& apt-get install -y gnupg curl \