Skip to content

Commit

Permalink
Update ghcr.io/elliotmatson/tailscale-sidecar-proxy Docker tag to v1.…
Browse files Browse the repository at this point in the history
…50.0
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent 069f7de commit 66d6102
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion busylight/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion home/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion status/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66d6102

Please sign in to comment.