From d6325dbc8f37af41e701a86dd9b1c6b644b0ffb0 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 17 Aug 2020 13:21:30 -0400 Subject: [PATCH] Upgrade tailscale Change-Id: I0ef5ece6ea4b7e3295c6f7fca1adeec70bc08606 --- tailscale/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailscale/Dockerfile b/tailscale/Dockerfile index a3d1339..6056ad4 100644 --- a/tailscale/Dockerfile +++ b/tailscale/Dockerfile @@ -15,7 +15,7 @@ FROM debian:10-slim -ARG VERSION=1.0.4 +ARG VERSION=1.0.5 RUN apt-get update && \ apt-get -y install ca-certificates && \