From 41ebaf0092121759f12b948af43b9d8833187352 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 10:39:25 +0000 Subject: [PATCH] Update ghcr.io/tailscale/tailscale Docker tag to v1.48.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43ae6e4..f9a4953 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/tailscale/tailscale:v1.48.1 as tailscale +FROM ghcr.io/tailscale/tailscale:v1.48.2 as tailscale FROM docker.io/python:3 AS builder WORKDIR /usr/src