From 4eef6831539260c00be879a3051efdad14d6bb2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:35:45 +0000 Subject: [PATCH] Update ghcr.io/tailscale/tailscale Docker tag to v1.52.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index acbc96c..172c89e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/tailscale/tailscale:v1.50.1 as tailscale +FROM ghcr.io/tailscale/tailscale:v1.52.0 as tailscale FROM docker.io/python:3 AS builder WORKDIR /usr/src