From a808aa5cf8f3cae3e030a5687ebff46f0980ad11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 01:47:17 +0000 Subject: [PATCH] Bump tailscale/tailscale from v1.72.1 to v1.74.1 Bumps tailscale/tailscale from v1.72.1 to v1.74.1. --- 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 9b309a0..7c14878 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM ghcr.io/tailscale/tailscale:v1.72.1 +FROM ghcr.io/tailscale/tailscale:v1.74.1 COPY run.sh /run.sh CMD "/run.sh"