chore(deps): update tailscale/tailscale docker tag to v1.66.3 (#3579)

This commit is contained in:
renovate[bot] 2024-05-24 17:36:12 +00:00 committed by GitHub
parent e99bad181c
commit 6fa370d8b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 11 deletions

View File

@ -4,20 +4,14 @@
"available": true,
"port": 8093,
"id": "tailscale",
"tipi_version": 26,
"version": "1.64.2",
"categories": [
"network",
"security"
],
"tipi_version": 27,
"version": "1.66.3",
"categories": ["network", "security"],
"description": "Zero config VPN. Installs on any device in minutes, manages firewall rules for you, and works from anywhere.",
"short_desc": "The easiest, most secure way to use WireGuard and 2FA.",
"author": "© Tailscale Inc.",
"source": "https://github.com/tailscale/tailscale",
"website": "https://tailscale.com/",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -4,7 +4,7 @@ services:
tailscale:
container_name: tailscale
network_mode: "host" # TODO: Find a way to remove this
image: tailscale/tailscale:v1.64.2
image: tailscale/tailscale:v1.66.3
privileged: true
restart: on-failure
stop_grace_period: 1m