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