From 0b59c70a4637ec34c1332bf59eea4ceb536b9035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 01:53:27 +0000 Subject: [PATCH] Bump tailscale/tailscale from 1.50.1 to v1.52.0 Bumps tailscale/tailscale from 1.50.1 to v1.52.0. --- 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 b384a1f..3cc6dc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM ghcr.io/tailscale/tailscale:v1.50.1 +FROM ghcr.io/tailscale/tailscale:v1.52.0 COPY run.sh /run.sh CMD "/run.sh"