From e5c03e60f697f0b95974a4867f644abcf342e3cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:07:54 +0000 Subject: [PATCH] Update ghcr.io/tailscale/tailscale Docker tag to v1.50.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c90fa9a..acbc96c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/tailscale/tailscale:v1.50.0 as tailscale +FROM ghcr.io/tailscale/tailscale:v1.50.1 as tailscale FROM docker.io/python:3 AS builder WORKDIR /usr/src