chore(deps): update tailscale/tailscale docker tag to v1.68.1 (#3854)

This commit is contained in:
renovate[bot] 2024-06-21 21:49:09 +00:00 committed by GitHub
parent 8a0c2f5cdd
commit 3e394e8b41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 12 deletions

View File

@ -6,12 +6,9 @@
"no_gui": true, "no_gui": true,
"port": 8093, "port": 8093,
"id": "tailscale", "id": "tailscale",
"tipi_version": 29, "tipi_version": 30,
"version": "1.66.4", "version": "1.68.1",
"categories": [ "categories": ["network", "security"],
"network",
"security"
],
"description": "Zero config VPN. Installs on any device in minutes, manages firewall rules for you, and works from anywhere.", "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.", "short_desc": "The easiest, most secure way to use WireGuard and 2FA.",
"author": "© Tailscale Inc.", "author": "© Tailscale Inc.",
@ -64,8 +61,5 @@
"env_variable": "TAILSCALE_USERSPACE" "env_variable": "TAILSCALE_USERSPACE"
} }
], ],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64", }
"amd64"
]
}

View File

@ -1,7 +1,7 @@
services: services:
tailscale: tailscale:
container_name: tailscale container_name: tailscale
image: tailscale/tailscale:v1.66.4 image: tailscale/tailscale:v1.68.1
environment: environment:
- TS_SERVE_CONFIG=${TAILSCALE_SERVE_CONFIG} - TS_SERVE_CONFIG=${TAILSCALE_SERVE_CONFIG}
- TS_ACCEPT_DNS=${TAILSCALE_ACCEPT_DNS-false} - TS_ACCEPT_DNS=${TAILSCALE_ACCEPT_DNS-false}