mirror of
https://github.com/fankes/beszel.git
synced 2025-10-21 19:10:38 +08:00
add :edge image tag
This commit is contained in:
@@ -4,7 +4,7 @@ import { copyToClipboard, getHubURL } from "@/lib/utils"
|
||||
import { i18n } from "@lingui/core"
|
||||
|
||||
const isBeta = BESZEL.HUB_VERSION.includes("beta")
|
||||
const imageTag = isBeta ? ":beta" : ""
|
||||
const imageTag = isBeta ? ":edge" : ""
|
||||
|
||||
/**
|
||||
* Get the URL of the script to install the agent.
|
||||
|
Reference in New Issue
Block a user