mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
update traefik checksums
This commit is contained in:
@@ -31,9 +31,10 @@ else:
|
||||
traefik_version = "2.10.1"
|
||||
|
||||
# record sha256 hashes for supported platforms here
|
||||
# checksums are published in the checksums.txt of each release
|
||||
checksums = {
|
||||
"linux_amd64": "141db1434ae76890915486a4bc5ecf3dbafc8ece78984ce1a8db07737c42db88",
|
||||
"linux_arm64": "0a65ead411307669916ba629fa13f698acda0b2c5387abe0309b43e168e4e57f",
|
||||
"linux_amd64": "8d9bce0e6a5bf40b5399dbb1d5e3e5c57b9f9f04dd56a2dd57cb0713130bc824",
|
||||
"linux_arm64": "260a574105e44901f8c9c562055936d81fbd9c96a21daaa575502dc69bfe390a",
|
||||
}
|
||||
|
||||
_tljh_path = Path(__file__).parent.resolve()
|
||||
@@ -103,7 +104,7 @@ def ensure_traefik_binary(prefix):
|
||||
os.remove(traefik_bin)
|
||||
|
||||
traefik_url = (
|
||||
"https://github.com/containous/traefik/releases"
|
||||
"https://github.com/traefik/traefik/releases"
|
||||
f"/download/v{traefik_version}/traefik_v{traefik_version}_{plat}.tar.gz"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user