chore(deps): update tailscale/tailscale docker tag to v1.34.1 (#131)

* chore(deps): update tailscale/tailscale docker tag to v1.34.1

* Update app version

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2022-12-16 09:09:06 +01:00 committed by GitHub
parent 739aae1c53
commit edbdb9b189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
"available": true,
"port": 8093,
"id": "tailscale",
"tipi_version": 2,
"version": "1.33.19",
"tipi_version": 3,
"version": "1.34.1",
"categories": [
"network",
"security"

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.33.19
image: tailscale/tailscale:v1.34.1
privileged: true
restart: on-failure
stop_grace_period: 1m