From 66d6102d6d475430253681def37d460302aea520 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 08:24:21 +0000 Subject: [PATCH] Update ghcr.io/elliotmatson/tailscale-sidecar-proxy Docker tag to v1.50.0 --- busylight/docker-compose.yml | 2 +- home/docker-compose.yml | 2 +- n8n/docker-compose.yml | 2 +- status/docker-compose.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/busylight/docker-compose.yml b/busylight/docker-compose.yml index 8701182..e8000dd 100644 --- a/busylight/docker-compose.yml +++ b/busylight/docker-compose.yml @@ -9,7 +9,7 @@ services: - tailscale network_mode: service:tailscale tailscale: - image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.48.2 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.50.0 restart: always environment: TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err} diff --git a/home/docker-compose.yml b/home/docker-compose.yml index 1cec872..d920814 100644 --- a/home/docker-compose.yml +++ b/home/docker-compose.yml @@ -12,7 +12,7 @@ services: network_mode: service:homer-tailscale homer-tailscale: - image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.48.2 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.50.0 restart: always environment: TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err} diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index 318e461..7a78990 100644 --- a/n8n/docker-compose.yml +++ b/n8n/docker-compose.yml @@ -17,7 +17,7 @@ services: network_mode: service:tailscale tailscale: - image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.48.2 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.50.0 restart: always environment: TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err} diff --git a/status/docker-compose.yml b/status/docker-compose.yml index 9d24f59..cbc2a2e 100644 --- a/status/docker-compose.yml +++ b/status/docker-compose.yml @@ -13,7 +13,7 @@ services: - kuma-tailscale network_mode: service:kuma-tailscale kuma-tailscale: - image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.48.2 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.50.0 restart: always environment: TAILSCALE_SSH: true