From 0f76f7f02439e78f4b62f0f67492c7cc1dbe24ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 01:31:05 +0000 Subject: [PATCH] Bump tailscale/tailscale from v1.64.2 to v1.66.3 Bumps tailscale/tailscale from v1.64.2 to v1.66.3. --- updated-dependencies: - dependency-name: tailscale/tailscale dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index abe79f2..898c7ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM ghcr.io/tailscale/tailscale:v1.64.2 +FROM ghcr.io/tailscale/tailscale:v1.66.3 COPY run.sh /run.sh CMD "/run.sh"