From 9615138202670d41865b3295dcbd449fb1c2dbd5 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Tue, 21 Sep 2021 11:10:26 +0100 Subject: [PATCH] Remove non working default --- Dockerfile.tailscale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tailscale b/Dockerfile.tailscale index 2e1d119f..df8cdcb1 100644 --- a/Dockerfile.tailscale +++ b/Dockerfile.tailscale @@ -1,6 +1,6 @@ FROM ubuntu:latest -ARG TAILSCALE_VERSION=now +ARG TAILSCALE_VERSION RUN apt-get update \ && apt-get install -y gnupg curl \