chore(deps): update zerotier/zerotier docker tag to v1.14.0 (#3375)

This commit is contained in:
renovate[bot] 2024-05-03 19:58:25 +00:00 committed by GitHub
parent 0c5dc17c52
commit cc401b11fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"no_gui": true, "no_gui": true,
"port": 9993, "port": 9993,
"id": "zerotier", "id": "zerotier",
"tipi_version": 5, "tipi_version": 6,
"version": "1.12.2", "version": "1.14.0",
"categories": [ "categories": [
"network", "network",
"security" "security"
@ -27,5 +27,8 @@
"env_variable": "NETWORK_ID" "env_variable": "NETWORK_ID"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
zerotier: zerotier:
container_name: zerotier container_name: zerotier
image: zerotier/zerotier:1.12.2 image: zerotier/zerotier:1.14.0
restart: on-failure restart: on-failure
command: "${NETWORK_ID}" command: "${NETWORK_ID}"
cap_add: cap_add: