chore(deps): update zerotier/zerotier docker tag to v1.14.0 (#3375)
This commit is contained in:
parent
0c5dc17c52
commit
cc401b11fc
|
@ -5,8 +5,8 @@
|
|||
"no_gui": true,
|
||||
"port": 9993,
|
||||
"id": "zerotier",
|
||||
"tipi_version": 5,
|
||||
"version": "1.12.2",
|
||||
"tipi_version": 6,
|
||||
"version": "1.14.0",
|
||||
"categories": [
|
||||
"network",
|
||||
"security"
|
||||
|
@ -27,5 +27,8 @@
|
|||
"env_variable": "NETWORK_ID"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
services:
|
||||
zerotier:
|
||||
container_name: zerotier
|
||||
image: zerotier/zerotier:1.12.2
|
||||
image: zerotier/zerotier:1.14.0
|
||||
restart: on-failure
|
||||
command: "${NETWORK_ID}"
|
||||
cap_add:
|
||||
|
|
Loading…
Reference in New Issue
Block a user